| Server IP : 162.215.171.210 / Your IP : 216.73.217.9 Web Server : Apache System : Linux 162-215-171-210.bluehost.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : swansondentalgro ( 1070) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/swansondentalgro/public_html/wp-content/ |
Upload File : |
-- MySQL dump 10.13 Distrib 5.7.42-46, for debian-linux-gnu (x86_64)
--
-- Host: 127.0.0.1 Database: wp_swansonreno
-- ------------------------------------------------------
-- Server version 8.0.36-28
/*!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 utf8mb4 */;
/*!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 */;
/*!50717 SELECT COUNT(*) INTO @rocksdb_has_p_s_session_variables FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'performance_schema' AND TABLE_NAME = 'session_variables' */;
/*!50717 SET @rocksdb_get_is_supported = IF (@rocksdb_has_p_s_session_variables, 'SELECT COUNT(*) INTO @rocksdb_is_supported FROM performance_schema.session_variables WHERE VARIABLE_NAME=\'rocksdb_bulk_load\'', 'SELECT 0') */;
/*!50717 PREPARE s FROM @rocksdb_get_is_supported */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;
/*!50717 SET @rocksdb_enable_bulk_load = IF (@rocksdb_is_supported, 'SET SESSION rocksdb_bulk_load = 1', 'SET @rocksdb_dummy_bulk_load = 0') */;
/*!50717 PREPARE s FROM @rocksdb_enable_bulk_load */;
/*!50717 EXECUTE s */;
/*!50717 DEALLOCATE PREPARE s */;
--
-- 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 unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',
`comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`comment_karma` int NOT NULL DEFAULT '0',
`comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
`comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
`comment_parent` bigint unsigned NOT NULL DEFAULT '0',
`user_id` bigint unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_duplicator_packages`
--
DROP TABLE IF EXISTS `wp_duplicator_packages`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_duplicator_packages` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(250) NOT NULL,
`hash` varchar(50) NOT NULL,
`status` int NOT NULL,
`created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`owner` varchar(60) NOT NULL,
`package` longtext NOT NULL,
PRIMARY KEY (`id`),
KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_duplicator_packages`
--
LOCK TABLES `wp_duplicator_packages` WRITE;
/*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_duplicator_packages` 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 unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
`link_owner` bigint unsigned NOT NULL DEFAULT '1',
`link_rating` int NOT NULL DEFAULT '0',
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_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 unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=225 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://swansonreno.wpenginepowered.com','yes'),(2,'home','https://swansonreno.wpenginepowered.com','yes'),(3,'blogname','Swanson Dental Group','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','edpalmquist@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','7','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:114:{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:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";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:35:\"service/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"service/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"service/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"service/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"service/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"service/([^/]+)/embed/?$\";s:40:\"index.php?service=$matches[1]&embed=true\";s:28:\"service/([^/]+)/trackback/?$\";s:34:\"index.php?service=$matches[1]&tb=1\";s:36:\"service/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?service=$matches[1]&paged=$matches[2]\";s:43:\"service/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?service=$matches[1]&cpage=$matches[2]\";s:32:\"service/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?service=$matches[1]&page=$matches[2]\";s:24:\"service/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"service/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"service/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"service/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"service/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=7&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:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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: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]\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:10:{i:0;s:32:\"Archive/carbon-fields-plugin.php\";i:1;s:36:\"contact-form-7-honeypot/honeypot.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:25:\"duplicator/duplicator.php\";i:4;s:21:\"flamingo/flamingo.php\";i:5;s:33:\"genesis-blocks/genesis-blocks.php\";i:6;s:13:\"pods/init.php\";i:7;s:38:\"post-duplicator/m4c-postduplicator.php\";i:8;s:37:\"post-types-order/post-types-order.php\";i:9;s:27:\"svg-support/svg-support.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','swanson','yes'),(41,'stylesheet','swanson','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','57155','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:1:{s:36:\"contact-form-7-honeypot/honeypot.php\";s:22:\"honeypot4cf7_uninstall\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','78','yes'),(82,'page_on_front','7','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','134','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1727885737','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'wp_attachment_pages_enabled','0','yes'),(100,'initial_db_version','56657','yes'),(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(102,'fresh_site','0','yes'),(103,'user_count','1','no'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:3:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:13:\"array_version\";i:3;}','yes'),(106,'cron','a:16:{i:1717452941;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:1717452967;a:1:{s:46:\"WPEngineSecurityAuditor_Scans_fingerprint_core\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1717466629;a:1:{s:23:\"flamingo_daily_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1717470062;a:1:{s:49:\"WPEngineSecurityAuditor_Scans_fingerprint_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1717474541;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1717474961;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1717475965;a:1:{s:48:\"WPEngineSecurityAuditor_Scans_fingerprint_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1717477144;a:1:{s:21:\"wp_update_user_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:1717517741;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1717520344;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1717520347;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:1717777843;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1717863341;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1717966349;a:1:{s:30:\"duplicator_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1718028000;a:1:{s:29:\"duplicator_email_summary_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:22:\"duplicator_weekly_cron\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.4.3\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"query/style-rtl.css\";i:357;s:23:\"query/style-rtl.min.css\";i:358;s:15:\"query/style.css\";i:359;s:19:\"query/style.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),(122,'_transient_doing_cron','1712333741.6319599151611328125000','yes'),(123,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(124,'recovery_keys','a:1:{s:22:\"PoLNbNfcrs6pF9pTxBnWV7\";a:2:{s:10:\"hashed_key\";s:34:\"$P$BsoJJYbN44SqaN.KVmqI12jmvyPgmb/\";s:10:\"created_at\";i:1717449443;}}','yes'),(125,'_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-6.5.3.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-6.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.3\";s:7:\"version\";s:5:\"6.5.3\";s:11:\"php_version\";s:5:\"7.0.0\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"6.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1717452637;s:15:\"version_checked\";s:5:\"6.5.3\";s:12:\"translations\";a:0:{}}','no'),(127,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1717452647;s:8:\"response\";a:4:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{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:\"5.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:6:\"5.6.20\";s:16:\"requires_plugins\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{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.9.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.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}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:8:\"requires\";s:3:\"6.3\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:13:\"pods/init.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:18:\"w.org/plugins/pods\";s:4:\"slug\";s:4:\"pods\";s:6:\"plugin\";s:13:\"pods/init.php\";s:11:\"new_version\";s:7:\"3.2.1.1\";s:3:\"url\";s:35:\"https://wordpress.org/plugins/pods/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/pods.3.2.1.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=2617499\";s:3:\"svg\";s:49:\"https://ps.w.org/pods/assets/icon.svg?rev=2617499\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:59:\"https://ps.w.org/pods/assets/banner-772x250.png?rev=1667333\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:38:\"post-duplicator/m4c-postduplicator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/post-duplicator\";s:4:\"slug\";s:15:\"post-duplicator\";s:6:\"plugin\";s:38:\"post-duplicator/m4c-postduplicator.php\";s:11:\"new_version\";s:4:\"2.35\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/post-duplicator/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/post-duplicator.2.35.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/post-duplicator/assets/icon-128x128.png?rev=1587588\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/post-duplicator/assets/banner-1544x500.png?rev=1587588\";s:2:\"1x\";s:70:\"https://ps.w.org/post-duplicator/assets/banner-772x250.png?rev=1587588\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";b:0;s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:25:\"duplicator/duplicator.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/duplicator\";s:4:\"slug\";s:10:\"duplicator\";s:6:\"plugin\";s:25:\"duplicator/duplicator.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/duplicator/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/duplicator.1.5.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/duplicator/assets/icon-256x256.png?rev=2906985\";s:2:\"1x\";s:63:\"https://ps.w.org/duplicator/assets/icon-128x128.png?rev=2906985\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/duplicator/assets/banner-1544x500.png?rev=2906985\";s:2:\"1x\";s:65:\"https://ps.w.org/duplicator/assets/banner-772x250.png?rev=2906985\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:21:\"flamingo/flamingo.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/flamingo\";s:4:\"slug\";s:8:\"flamingo\";s:6:\"plugin\";s:21:\"flamingo/flamingo.php\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/flamingo/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/flamingo.2.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/flamingo/assets/icon-128x128.png?rev=1540977\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:62:\"https://ps.w.org/flamingo/assets/banner-772x250.png?rev=544829\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:33:\"genesis-blocks/genesis-blocks.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/genesis-blocks\";s:4:\"slug\";s:14:\"genesis-blocks\";s:6:\"plugin\";s:33:\"genesis-blocks/genesis-blocks.php\";s:11:\"new_version\";s:5:\"3.1.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/genesis-blocks/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/genesis-blocks.3.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/genesis-blocks/assets/icon-256x256.png?rev=2368840\";s:2:\"1x\";s:67:\"https://ps.w.org/genesis-blocks/assets/icon-128x128.png?rev=2368839\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/genesis-blocks/assets/banner-1544x500.png?rev=2368838\";s:2:\"1x\";s:69:\"https://ps.w.org/genesis-blocks/assets/banner-772x250.png?rev=2368837\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.1\";}s:36:\"contact-form-7-honeypot/honeypot.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/contact-form-7-honeypot\";s:4:\"slug\";s:23:\"contact-form-7-honeypot\";s:6:\"plugin\";s:36:\"contact-form-7-honeypot/honeypot.php\";s:11:\"new_version\";s:5:\"2.1.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/contact-form-7-honeypot/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/contact-form-7-honeypot.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/contact-form-7-honeypot/assets/icon-256x256.png?rev=2487322\";s:2:\"1x\";s:76:\"https://ps.w.org/contact-form-7-honeypot/assets/icon-128x128.png?rev=2487322\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/contact-form-7-honeypot/assets/banner-1544x500.jpg?rev=2487322\";s:2:\"1x\";s:78:\"https://ps.w.org/contact-form-7-honeypot/assets/banner-772x250.jpg?rev=2487322\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";}s:37:\"post-types-order/post-types-order.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/post-types-order\";s:4:\"slug\";s:16:\"post-types-order\";s:6:\"plugin\";s:37:\"post-types-order/post-types-order.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/post-types-order/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/post-types-order.2.2.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/post-types-order/assets/icon-128x128.png?rev=1226428\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/post-types-order/assets/banner-1544x500.png?rev=1675574\";s:2:\"1x\";s:71:\"https://ps.w.org/post-types-order/assets/banner-772x250.png?rev=2870026\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";}s:27:\"svg-support/svg-support.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/svg-support\";s:4:\"slug\";s:11:\"svg-support\";s:6:\"plugin\";s:27:\"svg-support/svg-support.php\";s:11:\"new_version\";s:5:\"2.5.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/svg-support/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/svg-support.2.5.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";s:3:\"svg\";s:56:\"https://ps.w.org/svg-support/assets/icon.svg?rev=1417738\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/svg-support/assets/banner-1544x500.jpg?rev=1215377\";s:2:\"1x\";s:66:\"https://ps.w.org/svg-support/assets/banner-772x250.jpg?rev=1215377\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.8\";}}}','no'),(128,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1717452638;s:7:\"checked\";a:5:{s:19:\"genesis-block-theme\";s:5:\"1.0.0\";s:7:\"swanson\";s:0:\"\";s:16:\"twentytwentyfour\";s:3:\"1.0\";s:17:\"twentytwentythree\";s:3:\"1.3\";s:15:\"twentytwentytwo\";s:3:\"1.6\";}s:8:\"response\";a:3:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.1.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}s:17:\"twentytwentythree\";a:6:{s:5:\"theme\";s:17:\"twentytwentythree\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.4.zip\";s:8:\"requires\";s:3:\"6.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:15:\"twentytwentytwo\";a:6:{s:5:\"theme\";s:15:\"twentytwentytwo\";s:11:\"new_version\";s:3:\"1.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.7.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(129,'theme_mods_twentytwentyfour','a:3:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1712336604;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}}','no'),(130,'current_theme','Swanson','yes'),(131,'theme_switched','','yes'),(132,'theme_mods_genesis-block-theme','a:3:{s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1712336477;s:4:\"data\";a:1:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}','no'),(133,'wpe_template','Genesis Blocks Free','yes'),(136,'genesis_blocks_has_content_to_migrate','0','yes'),(139,'finished_updating_comment_type','1','yes'),(140,'recently_activated','a:1:{s:30:\"advanced-custom-fields/acf.php\";i:1714522640;}','yes'),(142,'theme_mods_Archive','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1712336600;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:19:\"primary-widget-area\";a:0:{}}}}','no'),(146,'theme_mods_swanson','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"main-menu\";i:2;s:7:\"primary\";i:10;}s:18:\"custom_css_post_id\";i:-1;}','yes'),(148,'WPLANG','','yes'),(149,'new_admin_email','edpalmquist@gmail.com','yes'),(151,'wpe-health-check-site-status-result','{\"good\":17,\"recommended\":4,\"critical\":1}','yes'),(154,'wpe_cache_last_cleared','2024-05-13 19:38:00','yes'),(155,'wpe_cache_config','a:20:{s:20:\"sanitized_post_types\";a:3:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:7:\"service\";s:7:\"service\";}s:28:\"sanitized_builtin_post_types\";a:2:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";}s:21:\"smarter_cache_enabled\";s:1:\"0\";s:21:\"last_modified_enabled\";s:1:\"0\";s:27:\"wpe_ac_global_last_modified\";s:10:\"1262304000\";s:24:\"post_cache_expires_value\";s:2:\"-1\";s:24:\"page_cache_expires_value\";s:2:\"-1\";s:27:\"service_cache_expires_value\";s:2:\"-1\";s:10:\"namespaces\";a:11:{i:0;s:10:\"oembed/1.0\";i:1;s:19:\"wpe/cache-plugin/v1\";i:2;s:21:\"wpe_sign_on_plugin/v1\";i:3;s:17:\"contact-form-7/v1\";i:4;s:16:\"genesisblocks/v1\";i:5;s:14:\"genesis-blocks\";i:6;s:7:\"pods/v1\";i:7;s:16:\"carbon-fields/v1\";i:8;s:5:\"wp/v2\";i:9;s:17:\"wp-site-health/v1\";i:10;s:18:\"wp-block-editor/v1\";}s:30:\"oembed/1.0_cache_expires_value\";s:2:\"-1\";s:39:\"wpe/cache-plugin/v1_cache_expires_value\";s:2:\"-1\";s:41:\"wpe_sign_on_plugin/v1_cache_expires_value\";s:2:\"-1\";s:37:\"contact-form-7/v1_cache_expires_value\";s:2:\"-1\";s:36:\"genesisblocks/v1_cache_expires_value\";s:2:\"-1\";s:34:\"genesis-blocks_cache_expires_value\";s:2:\"-1\";s:27:\"pods/v1_cache_expires_value\";s:2:\"-1\";s:36:\"carbon-fields/v1_cache_expires_value\";s:2:\"-1\";s:25:\"wp/v2_cache_expires_value\";s:2:\"-1\";s:37:\"wp-site-health/v1_cache_expires_value\";s:2:\"-1\";s:38:\"wp-block-editor/v1_cache_expires_value\";s:2:\"-1\";}','yes'),(156,'bodhi_svgs_plugin_version','2.5.5','yes'),(157,'bodhi_svgs_settings','a:4:{s:22:\"sanitize_svg_front_end\";s:2:\"on\";s:8:\"restrict\";a:1:{i:0;s:13:\"administrator\";}s:12:\"sanitize_svg\";s:2:\"on\";s:24:\"sanitize_on_upload_roles\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}}','yes'),(158,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(162,'wpcf7','a:3:{s:7:\"version\";s:5:\"5.9.3\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1713751396;s:7:\"version\";s:5:\"5.9.3\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";a:1:{s:40:\"6LfIysIpAAAAAIABIpXBjbxmRKnGHZzJqg5xlR9Q\";s:40:\"6LfIysIpAAAAAGyCH7H0eoOWGd2q54nLIPBUhl6m\";}}','yes'),(163,'honeypot4cf7_config','a:12:{s:14:\"store_honeypot\";i:0;s:11:\"placeholder\";s:0:\"\";s:21:\"accessibility_message\";s:0:\"\";s:22:\"w3c_valid_autocomplete\";a:1:{i:0;s:5:\"false\";}s:15:\"move_inline_css\";a:1:{i:0;s:5:\"false\";}s:9:\"nomessage\";a:1:{i:0;s:5:\"false\";}s:17:\"timecheck_enabled\";a:1:{i:0;s:5:\"false\";}s:15:\"timecheck_value\";i:4;s:14:\"honeypot_count\";i:0;s:21:\"honeypot_install_date\";i:1713751415;s:30:\"honeypot_cf7_req_msg_dismissed\";i:0;s:20:\"honeypot4cf7_version\";s:5:\"2.1.1\";}','yes'),(164,'secret_key','ahdzmtqvTK;0Ic#=f98jZyI-9{WYY[~H9wfWP#BPRt*na5@B7L-!1 ^{=wSVPi*@','no'),(166,'pods_framework_upgraded_1_x','2','yes'),(167,'pods_framework_version_first','3.2.1','yes'),(168,'pods_component_settings','{\"components\":{\"templates\":[],\"migrate-packages\":[]}}','yes'),(169,'pods_framework_version','3.2.1','yes'),(170,'pods_framework_db_version','2.3.5','yes'),(171,'widget_pods_widget_single','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(172,'widget_pods_widget_list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(173,'widget_pods_widget_field','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(174,'widget_pods_widget_form','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(175,'wisdom_notification_times','a:1:{s:4:\"pods\";i:1713759967;}','yes'),(176,'pods_callouts','a:2:{s:17:\"friends_2023_docs\";i:1;s:13:\"access_rights\";i:1;}','yes'),(179,'mtphr_post_duplicator_settings','','yes'),(181,'recovery_mode_email_last_sent','1717449443','yes'),(182,'wp_calendar_block_has_published_posts','1','yes'),(190,'category_children','a:0:{}','yes'),(191,'acf_first_activated_version','6.2.9','yes'),(192,'acf_version','6.2.9','yes'),(195,'flamingo_inbound_channel_children','a:1:{i:8;a:1:{i:0;i:9;}}','yes'),(204,'db_upgraded','','yes'),(210,'can_compress_scripts','1','yes'),(217,'duplicator_version_plugin','1.5.9','yes'),(219,'duplicator_install_info','a:3:{s:7:\"version\";s:5:\"1.5.9\";s:4:\"time\";i:1717452641;s:10:\"updateTime\";i:1717452641;}','no'),(220,'duplicator_uninstall_package','1','yes'),(221,'duplicator_uninstall_settings','1','yes'),(222,'duplicator_settings','a:20:{s:7:\"version\";s:5:\"1.5.9\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:13:\"package_debug\";b:0;s:23:\"email_summary_frequency\";s:6:\"weekly\";s:9:\"amNotices\";b:1;s:17:\"package_mysqldump\";b:1;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:19:\"installer_name_mode\";s:6:\"simple\";s:16:\"storage_position\";s:6:\"wpcont\";s:20:\"storage_htaccess_off\";b:0;s:18:\"archive_build_mode\";i:2;s:17:\"skip_archive_scan\";b:0;s:21:\"unhook_third_party_js\";b:0;s:22:\"unhook_third_party_css\";b:0;s:17:\"active_package_id\";i:-1;s:14:\"usage_tracking\";b:0;i:0;b:0;}','yes'),(223,'duplicator_plugin_data_stats','{\n \"lastSendTime\": 0,\n \"identifier\": \"Nw&eVk6PTfF7tGq_GzzEZOczOQblIoODyiE;7vDsa7eq\",\n \"plugin\": \"dup-lite\",\n \"pluginStatus\": \"active\",\n \"buildCount\": 0,\n \"buildLastDate\": 0,\n \"buildFailedCount\": 0,\n \"buildFailedLastDate\": 0,\n \"siteSizeMB\": 0,\n \"siteNumFiles\": 0,\n \"siteDbSizeMB\": 0,\n \"siteDbNumTables\": 0\n}','yes'),(224,'duplicator_notifications','a:4:{s:6:\"update\";i:1717452647;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_podsrel`
--
DROP TABLE IF EXISTS `wp_podsrel`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_podsrel` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`pod_id` int unsigned DEFAULT NULL,
`field_id` int unsigned DEFAULT NULL,
`item_id` bigint unsigned DEFAULT NULL,
`related_pod_id` int unsigned DEFAULT NULL,
`related_field_id` int unsigned DEFAULT NULL,
`related_item_id` bigint unsigned DEFAULT NULL,
`weight` smallint unsigned DEFAULT '0',
PRIMARY KEY (`id`),
KEY `field_item_idx` (`field_id`,`item_id`),
KEY `rel_field_rel_item_idx` (`related_field_id`,`related_item_id`),
KEY `field_rel_item_idx` (`field_id`,`related_item_id`),
KEY `rel_field_item_idx` (`related_field_id`,`item_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_podsrel`
--
LOCK TABLES `wp_podsrel` WRITE;
/*!40000 ALTER TABLE `wp_podsrel` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_podsrel` 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 unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=719 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','page-templates/privacy.php'),(7,7,'_edit_lock','1717452370:1'),(8,7,'_wp_page_template','page-templates/home.php'),(9,7,'_edit_last','1'),(11,10,'_wp_attached_file','2024/04/reviewsbg.jpg'),(12,10,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:417;s:4:\"file\";s:21:\"2024/04/reviewsbg.jpg\";s:8:\"filesize\";i:287206;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"reviewsbg-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5827;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"reviewsbg-1024x305.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"reviewsbg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5590;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:21:\"reviewsbg-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28901;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:21:\"reviewsbg-600x417.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32921;}}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:{}}}'),(13,11,'_wp_attached_file','2024/04/homehero.jpg'),(14,11,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1400;s:6:\"height\";i:488;s:4:\"file\";s:20:\"2024/04/homehero.jpg\";s:8:\"filesize\";i:269295;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"homehero-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5064;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"homehero-1024x357.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25535;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"homehero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3637;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:20:\"homehero-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17281;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:20:\"homehero-600x488.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20333;}}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:{}}}'),(17,14,'_wp_attached_file','2024/04/preventativecare.svg'),(18,14,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:103;s:6:\"height\";i:105;s:4:\"file\";s:20:\"preventativecare.svg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:153;s:4:\"crop\";b:0;s:4:\"file\";s:20:\"preventativecare.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:306;s:4:\"crop\";b:0;s:4:\"file\";s:20:\"preventativecare.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:783;s:4:\"crop\";b:0;s:4:\"file\";s:20:\"preventativecare.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1044;s:4:\"crop\";b:0;s:4:\"file\";s:20:\"preventativecare.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:20:\"preventativecare.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:20:\"preventativecare.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:28:\"gb-block-post-grid-landscape\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:20:\"preventativecare.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:25:\"gb-block-post-grid-square\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:20:\"preventativecare.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(19,15,'_wp_attached_file','2024/04/restorativetreatments.svg'),(20,15,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:61;s:6:\"height\";i:105;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:258;s:4:\"crop\";b:0;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:516;s:4:\"crop\";b:0;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:1321;s:4:\"crop\";b:0;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1761;s:4:\"crop\";b:0;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:28:\"gb-block-post-grid-landscape\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:25:\"gb-block-post-grid-square\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:25:\"restorativetreatments.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(22,17,'_wp_attached_file','2024/04/cosmeticdentistry.svg'),(23,17,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:82;s:6:\"height\";i:105;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:192;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:384;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:983;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1311;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:28:\"gb-block-post-grid-landscape\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:25:\"gb-block-post-grid-square\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"cosmeticdentistry.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(24,18,'_wp_attached_file','2024/04/specialtyservices.svg'),(25,18,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:80;s:6:\"height\";i:79;s:4:\"file\";s:21:\"specialtyservices.svg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:149;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"specialtyservices.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:297;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"specialtyservices.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:760;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"specialtyservices.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1014;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"specialtyservices.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"specialtyservices.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"specialtyservices.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:28:\"gb-block-post-grid-landscape\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"specialtyservices.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:25:\"gb-block-post-grid-square\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:21:\"specialtyservices.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(26,19,'_edit_lock','1715630321:1'),(27,20,'_edit_lock','1717449038:1'),(28,21,'_edit_lock','1715307786:1'),(29,22,'_menu_item_type','post_type'),(30,22,'_menu_item_menu_item_parent','0'),(31,22,'_menu_item_object_id','21'),(32,22,'_menu_item_object','page'),(33,22,'_menu_item_target',''),(34,22,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(35,22,'_menu_item_xfn',''),(36,22,'_menu_item_url',''),(38,23,'_menu_item_type','post_type'),(39,23,'_menu_item_menu_item_parent','0'),(40,23,'_menu_item_object_id','20'),(41,23,'_menu_item_object','page'),(42,23,'_menu_item_target',''),(43,23,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(44,23,'_menu_item_xfn',''),(45,23,'_menu_item_url',''),(47,24,'_menu_item_type','post_type'),(48,24,'_menu_item_menu_item_parent','0'),(49,24,'_menu_item_object_id','19'),(50,24,'_menu_item_object','page'),(51,24,'_menu_item_target',''),(52,24,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(53,24,'_menu_item_xfn',''),(54,24,'_menu_item_url',''),(56,25,'_menu_item_type','custom'),(57,25,'_menu_item_menu_item_parent','0'),(58,25,'_menu_item_object_id','25'),(59,25,'_menu_item_object','custom'),(60,25,'_menu_item_target',''),(61,25,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(62,25,'_menu_item_xfn',''),(63,25,'_menu_item_url','https://swansonreno.wpenginepowered.com/news/'),(65,26,'_menu_item_type','post_type'),(66,26,'_menu_item_menu_item_parent','0'),(67,26,'_menu_item_object_id','21'),(68,26,'_menu_item_object','page'),(69,26,'_menu_item_target',''),(70,26,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(71,26,'_menu_item_xfn',''),(72,26,'_menu_item_url',''),(74,27,'_menu_item_type','post_type'),(75,27,'_menu_item_menu_item_parent','0'),(76,27,'_menu_item_object_id','20'),(77,27,'_menu_item_object','page'),(78,27,'_menu_item_target',''),(79,27,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(80,27,'_menu_item_xfn',''),(81,27,'_menu_item_url',''),(83,28,'_menu_item_type','post_type'),(84,28,'_menu_item_menu_item_parent','0'),(85,28,'_menu_item_object_id','19'),(86,28,'_menu_item_object','page'),(87,28,'_menu_item_target',''),(88,28,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(89,28,'_menu_item_xfn',''),(90,28,'_menu_item_url',''),(92,29,'_menu_item_type','custom'),(93,29,'_menu_item_menu_item_parent','0'),(94,29,'_menu_item_object_id','29'),(95,29,'_menu_item_object','custom'),(96,29,'_menu_item_target',''),(97,29,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(98,29,'_menu_item_xfn',''),(99,29,'_menu_item_url','https://swansonreno.wpenginepowered.com/news/'),(111,20,'_wp_page_template','page-templates/about.php'),(112,21,'_wp_page_template','page-templates/contact.php'),(113,34,'_edit_lock','1714690750:1'),(114,34,'_wp_page_template','page-templates/patientcenter.php'),(115,19,'_wp_page_template','page-templates/services.php'),(116,35,'_wp_attached_file','2024/04/serviceshero@2x.jpg'),(117,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2800;s:6:\"height\";i:976;s:4:\"file\";s:27:\"2024/04/serviceshero@2x.jpg\";s:8:\"filesize\";i:1143648;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"serviceshero@2x-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6583;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"serviceshero@2x-1024x357.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"serviceshero@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5057;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:27:\"serviceshero@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25508;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:27:\"serviceshero@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32793;}}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:{}}}'),(119,37,'_wp_attached_file','2024/04/abouthero@2x.jpg'),(120,37,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2800;s:6:\"height\";i:976;s:4:\"file\";s:24:\"2024/04/abouthero@2x.jpg\";s:8:\"filesize\";i:1075483;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"abouthero@2x-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4832;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"abouthero@2x-1024x357.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24723;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"abouthero@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3767;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:24:\"abouthero@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19234;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:24:\"abouthero@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22517;}}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:{}}}'),(121,38,'_menu_item_type','post_type'),(122,38,'_menu_item_menu_item_parent','0'),(123,38,'_menu_item_object_id','34'),(124,38,'_menu_item_object','page'),(125,38,'_menu_item_target',''),(126,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(127,38,'_menu_item_xfn',''),(128,38,'_menu_item_url',''),(130,28,'_wp_old_date','2024-04-18'),(131,27,'_wp_old_date','2024-04-18'),(132,26,'_wp_old_date','2024-04-18'),(133,29,'_wp_old_date','2024-04-18'),(134,39,'_form','<div class=\"field left\">[text* first-name placeholder \"First Name*\"]</div><div class=\"field right\">[text* last-name placeholder \"Last Name*\"]</div><div class=\"field left\">[tel* phone placeholder \"Phone*\"]</div><div class=\"field right\">[email email placeholder \"Email Address\"]</div><div class=\"field wide\">[textarea comments placeholder \"What is the reason for your appointment? If you have any questions or concerns, please put them here.\"]</div><div class=\"submitpar\">[submit class:btn \"Send Message\"]</div>'),(135,39,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:18:\"Contact Submission\";s:6:\"sender\";s:57:\"[_site_title] <wordpress@swansonreno.wpenginepowered.com>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:190:\"Name: [first-name] [last-name] \nPhone: [phone]\nEmail: [email]\n\nComments:\n[comments]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:18:\"additional_headers\";s:38:\"Reply-To: noreply@wpenginedpowered.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(136,39,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:57:\"[_site_title] <wordpress@swansonreno.wpenginepowered.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(137,39,'_messages','a:22:{s:12:\"mail_sent_ok\";s:50:\"Your appointment request has been sent. Thank you.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:36:\"Please fill out all required fields.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),(138,39,'_additional_settings','flamingo_email: \"[email]\"\nflamingo_name: \"[first-name] [last-name]\"\nflamingo_subject: \"New Appointment\"'),(139,39,'_locale','en_US'),(140,39,'_hash','36cee10249ae0f052f200ef4f59f0fe462531640'),(141,40,'_email','edpalmquist@gmail.com'),(142,40,'_name','swansonreno'),(143,40,'_props','a:2:{s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";}'),(144,40,'_last_contacted','2024-04-30 22:54:38'),(145,41,'_email','wapuu@wordpress.example'),(146,41,'_name','A WordPress Commenter'),(147,41,'_props','a:0:{}'),(148,41,'_last_contacted','2024-04-22 02:03:49'),(151,43,'_wp_attached_file','2024/04/homeoffice@2x.jpg'),(152,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1108;s:6:\"height\";i:734;s:4:\"file\";s:25:\"2024/04/homeoffice@2x.jpg\";s:8:\"filesize\";i:532884;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"homeoffice@2x-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11772;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"homeoffice@2x-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89488;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"homeoffice@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5769;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"homeoffice@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34760;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"homeoffice@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(154,44,'_form','<div class=\"field left\">[text* first-name placeholder \"First Name*\"]</div><div class=\"field right\">[text* last-name placeholder \"Last Name*\"]</div><div class=\"field left\">[tel* phone placeholder \"Phone*\"]</div><div class=\"field right\">[email email placeholder \"Email Address\"]</div><div class=\"field wide\">[textarea comments placeholder \"What is the reason for your appointment? If you have any questions or concerns, please put them here.\"]</div><div class=\"submitpar\">[submit class:btn \"Send Message\"]</div>'),(155,44,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:18:\"Contact Submission\";s:6:\"sender\";s:57:\"[_site_title] <wordpress@swansonreno.wpenginepowered.com>\";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:190:\"Name: [first-name] [last-name] \nPhone: [phone]\nEmail: [email]\n\nComments:\n[comments]\n\n-- \nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\";s:18:\"additional_headers\";s:38:\"Reply-To: noreply@wpenginedpowered.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(156,44,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:57:\"[_site_title] <wordpress@swansonreno.wpenginepowered.com>\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:220:\"Message Body:\n[your-message]\n\n-- \nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(157,44,'_messages','a:22:{s:12:\"mail_sent_ok\";s:50:\"Your appointment request has been sent. Thank you.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:36:\"Please fill out all required fields.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:27:\"Please fill out this field.\";s:16:\"invalid_too_long\";s:32:\"This field has a too long input.\";s:17:\"invalid_too_short\";s:33:\"This field has a too short input.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:31:\"The uploaded file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:41:\"Please enter a date in YYYY-MM-DD format.\";s:14:\"date_too_early\";s:32:\"This field has a too early date.\";s:13:\"date_too_late\";s:31:\"This field has a too late date.\";s:14:\"invalid_number\";s:22:\"Please enter a number.\";s:16:\"number_too_small\";s:34:\"This field has a too small number.\";s:16:\"number_too_large\";s:34:\"This field has a too large number.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:30:\"Please enter an email address.\";s:11:\"invalid_url\";s:19:\"Please enter a URL.\";s:11:\"invalid_tel\";s:32:\"Please enter a telephone number.\";}'),(158,44,'_additional_settings','flamingo_email: \"[email]\"\nflamingo_name: \"[first-name] [last-name]\"\nflamingo_subject: \"Contact Submission\"'),(159,44,'_locale','en_US'),(160,44,'_hash','3d9c2c5f5cbec4483ef0b6b723b8e7e9898cf51e'),(162,46,'_wp_attached_file','2024/04/contactfacebook.svg'),(163,46,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:19;s:6:\"height\";i:19;s:4:\"file\";s:19:\"contactfacebook.svg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:150;s:4:\"crop\";b:0;s:4:\"file\";s:19:\"contactfacebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:300;s:4:\"crop\";b:0;s:4:\"file\";s:19:\"contactfacebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:768;s:4:\"crop\";b:0;s:4:\"file\";s:19:\"contactfacebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:1024;s:4:\"crop\";b:0;s:4:\"file\";s:19:\"contactfacebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:19:\"contactfacebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:19:\"contactfacebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:28:\"gb-block-post-grid-landscape\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:19:\"contactfacebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:25:\"gb-block-post-grid-square\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:19:\"contactfacebook.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(164,47,'_wp_attached_file','2024/04/contacttwitter.svg'),(165,47,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:21;s:6:\"height\";i:17;s:4:\"file\";s:18:\"contacttwitter.svg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:121;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contacttwitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:242;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contacttwitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:619;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contacttwitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:826;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contacttwitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contacttwitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contacttwitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:28:\"gb-block-post-grid-landscape\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contacttwitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:25:\"gb-block-post-grid-square\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contacttwitter.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(166,48,'_wp_attached_file','2024/04/contactyoutube.svg'),(167,48,'_wp_attachment_metadata','a:4:{s:5:\"width\";i:24;s:6:\"height\";i:17;s:4:\"file\";s:18:\"contactyoutube.svg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";d:106;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contactyoutube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:6:\"medium\";a:5:{s:5:\"width\";s:3:\"300\";s:6:\"height\";d:213;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contactyoutube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:12:\"medium_large\";a:5:{s:5:\"width\";s:3:\"768\";s:6:\"height\";d:545;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contactyoutube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:5:\"large\";a:5:{s:5:\"width\";s:4:\"1024\";s:6:\"height\";d:726;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contactyoutube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"1536x1536\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contactyoutube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:9:\"2048x2048\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contactyoutube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:28:\"gb-block-post-grid-landscape\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contactyoutube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}s:25:\"gb-block-post-grid-square\";a:5:{s:5:\"width\";b:0;s:6:\"height\";d:0;s:4:\"crop\";b:0;s:4:\"file\";s:18:\"contactyoutube.svg\";s:9:\"mime-type\";s:13:\"image/svg+xml\";}}}'),(169,50,'_wp_attached_file','2024/04/pfinsurance@2x.jpg'),(170,50,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:922;s:6:\"height\";i:622;s:4:\"file\";s:26:\"2024/04/pfinsurance@2x.jpg\";s:8:\"filesize\";i:273456;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"pfinsurance@2x-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"pfinsurance@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6402;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:26:\"pfinsurance@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32156;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:26:\"pfinsurance@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41047;}}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:{}}}'),(172,52,'_wp_attached_file','2024/04/ourteam@2x.jpg'),(173,52,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1108;s:6:\"height\";i:746;s:4:\"file\";s:22:\"2024/04/ourteam@2x.jpg\";s:8:\"filesize\";i:568935;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"ourteam@2x-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17278;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"ourteam@2x-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137764;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"ourteam@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7319;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:22:\"ourteam@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56593;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:22:\"ourteam@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71568;}}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:{}}}'),(176,55,'_wp_attached_file','2024/04/drswanson@2x.jpg'),(177,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:706;s:6:\"height\";i:616;s:4:\"file\";s:24:\"2024/04/drswanson@2x.jpg\";s:8:\"filesize\";i:215149;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"drswanson@2x-300x262.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:262;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"drswanson@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4883;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:24:\"drswanson@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25578;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:24:\"drswanson@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33667;}}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:{}}}'),(178,56,'_wp_attached_file','2024/04/askus@2x.jpg'),(179,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2800;s:6:\"height\";i:614;s:4:\"file\";s:20:\"2024/04/askus@2x.jpg\";s:8:\"filesize\";i:459280;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"askus@2x-300x66.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:66;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3502;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"askus@2x-1024x225.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"askus@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2909;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:20:\"askus@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13873;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:20:\"askus@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15638;}}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:{}}}'),(181,59,'type','post_type'),(182,59,'storage','meta'),(183,59,'label_singular','Service'),(184,59,'public','1'),(185,59,'show_ui','1'),(186,59,'publicly_queryable','1'),(187,59,'dynamic_features_allow','inherit'),(188,59,'rest_enable','1'),(189,59,'supports_title','1'),(190,59,'supports_editor','1'),(191,59,'_migrated_28','1'),(192,59,'supports_quick_edit','1'),(193,60,'object_type','group'),(194,60,'object_storage_type','post_type'),(195,60,'parent','59'),(196,59,'supports_thumbnail','1'),(197,59,'built_in_taxonomies_category','1'),(198,61,'_edit_lock','1714523023:1'),(199,58,'_edit_lock','1713760651:1'),(201,64,'_wp_attached_file','2024/04/homepatientcta@2x.jpg'),(202,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:918;s:6:\"height\";i:620;s:4:\"file\";s:29:\"2024/04/homepatientcta@2x.jpg\";s:8:\"filesize\";i:282215;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"homepatientcta@2x-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"homepatientcta@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5309;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:29:\"homepatientcta@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29413;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:29:\"homepatientcta@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39614;}}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:{}}}'),(203,65,'_wp_attached_file','2024/04/emergencycta@2x.jpg'),(204,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:918;s:6:\"height\";i:620;s:4:\"file\";s:27:\"2024/04/emergencycta@2x.jpg\";s:8:\"filesize\";i:300312;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"emergencycta@2x-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"emergencycta@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5691;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:27:\"emergencycta@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30341;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:27:\"emergencycta@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44255;}}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:{}}}'),(205,66,'_wp_attached_file','2024/04/ouroffice@2x.jpg'),(206,66,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:918;s:6:\"height\";i:620;s:4:\"file\";s:24:\"2024/04/ouroffice@2x.jpg\";s:8:\"filesize\";i:354153;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"ouroffice@2x-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13386;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"ouroffice@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6337;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:24:\"ouroffice@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38032;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:24:\"ouroffice@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53198;}}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:{}}}'),(208,68,'_wp_attached_file','2024/04/preventativecare@2x.jpg'),(209,68,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1108;s:6:\"height\";i:746;s:4:\"file\";s:31:\"2024/04/preventativecare@2x.jpg\";s:8:\"filesize\";i:442874;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"preventativecare@2x-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12706;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"preventativecare@2x-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77515;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"preventativecare@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6047;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:31:\"preventativecare@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34395;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:31:\"preventativecare@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44181;}}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:{}}}'),(211,70,'_wp_page_template','page-templates/services.php'),(212,70,'_edit_lock','1715630109:1'),(213,70,'_wp_page_template','page-templates/services.php'),(214,71,'_wp_page_template','page-templates/services.php'),(215,71,'_edit_lock','1715630046:1'),(216,71,'_wp_page_template','page-templates/services.php'),(217,72,'_wp_page_template','page-templates/services.php'),(218,72,'_edit_lock','1715629893:1'),(219,72,'_wp_page_template','page-templates/services.php'),(220,70,'_edit_last','1'),(221,71,'_edit_last','1'),(222,72,'_edit_last','1'),(223,73,'_wp_page_template','page-templates/services.php'),(224,73,'_edit_lock','1715631748:1'),(225,73,'_wp_page_template','page-templates/services.php'),(226,73,'_edit_last','1'),(227,74,'_wp_attached_file','2024/04/nitrousoxide@2x.jpg'),(228,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2800;s:6:\"height\";i:976;s:4:\"file\";s:27:\"2024/04/nitrousoxide@2x.jpg\";s:8:\"filesize\";i:933493;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"nitrousoxide@2x-300x105.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7402;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"nitrousoxide@2x-1024x357.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"nitrousoxide@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6443;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:27:\"nitrousoxide@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36320;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:27:\"nitrousoxide@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49770;}}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:{}}}'),(229,61,'_thumbnail_id','74'),(230,76,'_wp_attached_file','2024/04/nitrousoxide1@2x.jpg'),(231,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:728;s:6:\"height\";i:490;s:4:\"file\";s:28:\"2024/04/nitrousoxide1@2x.jpg\";s:8:\"filesize\";i:209205;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"nitrousoxide1@2x-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"nitrousoxide1@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6294;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:28:\"nitrousoxide1@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36258;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:28:\"nitrousoxide1@2x-600x490.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48206;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(232,77,'_wp_attached_file','2024/04/nitrousoxide2@2x.jpg'),(233,77,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:728;s:6:\"height\";i:490;s:4:\"file\";s:28:\"2024/04/nitrousoxide2@2x.jpg\";s:8:\"filesize\";i:171236;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"nitrousoxide2@2x-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"nitrousoxide2@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6322;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:28:\"nitrousoxide2@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32702;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:28:\"nitrousoxide2@2x-600x490.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39961;}}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:{}}}'),(234,78,'_edit_lock','1713893057:1'),(235,24,'_wp_old_date','2024-04-18'),(236,23,'_wp_old_date','2024-04-18'),(237,25,'_wp_old_date','2024-04-18'),(238,22,'_wp_old_date','2024-04-18'),(239,28,'_wp_old_date','2024-04-19'),(240,27,'_wp_old_date','2024-04-19'),(241,26,'_wp_old_date','2024-04-19'),(242,29,'_wp_old_date','2024-04-19'),(243,38,'_wp_old_date','2024-04-19'),(246,80,'_wp_attached_file','2024/04/blogfpo1@2x.jpg'),(247,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:724;s:6:\"height\";i:450;s:4:\"file\";s:23:\"2024/04/blogfpo1@2x.jpg\";s:8:\"filesize\";i:209601;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"blogfpo1@2x-300x186.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:186;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"blogfpo1@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6942;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:23:\"blogfpo1@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37986;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:23:\"blogfpo1@2x-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47000;}}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:{}}}'),(294,89,'_edit_lock','1715635260:1'),(295,90,'_wp_attached_file','2024/04/dentalcleanings@2x.jpg'),(296,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2850;s:6:\"height\";i:976;s:4:\"file\";s:30:\"2024/04/dentalcleanings@2x.jpg\";s:8:\"filesize\";i:653616;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"dentalcleanings@2x-300x103.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6909;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"dentalcleanings@2x-1024x351.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"dentalcleanings@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5051;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:30:\"dentalcleanings@2x-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25961;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:30:\"dentalcleanings@2x-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30897;}}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:{}}}'),(298,89,'_thumbnail_id','90'),(299,92,'_edit_lock','1715633469:1'),(300,92,'_thumbnail_id','165'),(301,92,'_edit_last','1'),(302,92,'_wp_old_slug','nitrous-oxide-copy'),(303,93,'_edit_lock','1715633025:1'),(304,93,'_thumbnail_id','157'),(305,93,'_edit_last','1'),(306,93,'_wp_old_slug','nitrous-oxide-copy'),(307,93,'_wp_old_slug','teeth-cleaning-copy'),(308,94,'_edit_lock','1715635153:1'),(309,94,'_thumbnail_id','166'),(310,94,'_edit_last','1'),(311,94,'_wp_old_slug','nitrous-oxide-copy'),(312,94,'_wp_old_slug','teeth-cleaning-copy'),(313,94,'_wp_old_slug','dental-sealants-copy'),(314,95,'_edit_lock','1715634139:1'),(315,95,'_thumbnail_id','105'),(316,95,'_edit_last','1'),(317,95,'_wp_old_slug','nitrous-oxide-copy'),(318,95,'_wp_old_slug','teeth-cleaning-copy'),(319,95,'_wp_old_slug','dental-sealants-copy'),(320,95,'_wp_old_slug','periodontal-treatment-copy'),(321,96,'_edit_lock','1715634163:1'),(322,96,'_thumbnail_id','159'),(323,96,'_edit_last','1'),(324,96,'_wp_old_slug','nitrous-oxide-copy'),(325,96,'_wp_old_slug','teeth-cleaning-copy'),(326,96,'_wp_old_slug','dental-sealants-copy'),(327,96,'_wp_old_slug','periodontal-treatment-copy'),(328,96,'_wp_old_slug','composite-resin-fillings-copy'),(329,97,'_edit_lock','1715634737:1'),(330,97,'_thumbnail_id','170'),(331,97,'_edit_last','1'),(332,97,'_wp_old_slug','nitrous-oxide-copy'),(333,97,'_wp_old_slug','teeth-cleaning-copy'),(334,97,'_wp_old_slug','dental-sealants-copy'),(335,97,'_wp_old_slug','periodontal-treatment-copy'),(336,97,'_wp_old_slug','composite-resin-fillings-copy'),(337,97,'_wp_old_slug','implants-copy'),(338,98,'_edit_lock','1715635013:1'),(339,98,'_thumbnail_id','171'),(340,98,'_edit_last','1'),(341,98,'_wp_old_slug','nitrous-oxide-copy'),(342,98,'_wp_old_slug','teeth-cleaning-copy'),(343,98,'_wp_old_slug','dental-sealants-copy'),(344,98,'_wp_old_slug','periodontal-treatment-copy'),(345,98,'_wp_old_slug','composite-resin-fillings-copy'),(346,98,'_wp_old_slug','implants-copy'),(347,98,'_wp_old_slug','bridges-copy'),(348,99,'_edit_lock','1715634539:1'),(349,99,'_thumbnail_id','168'),(350,99,'_edit_last','1'),(351,99,'_wp_old_slug','nitrous-oxide-copy'),(352,99,'_wp_old_slug','teeth-cleaning-copy'),(353,99,'_wp_old_slug','dental-sealants-copy'),(354,99,'_wp_old_slug','periodontal-treatment-copy'),(355,99,'_wp_old_slug','composite-resin-fillings-copy'),(356,99,'_wp_old_slug','implants-copy'),(357,99,'_wp_old_slug','bridges-copy'),(358,99,'_wp_old_slug','dentures-and-partial-dentures-copy'),(359,100,'_edit_lock','1715634235:1'),(360,100,'_thumbnail_id','160'),(361,100,'_edit_last','1'),(362,100,'_wp_old_slug','nitrous-oxide-copy'),(363,100,'_wp_old_slug','teeth-cleaning-copy'),(364,100,'_wp_old_slug','dental-sealants-copy'),(365,100,'_wp_old_slug','periodontal-treatment-copy'),(366,100,'_wp_old_slug','composite-resin-fillings-copy'),(367,100,'_wp_old_slug','implants-copy'),(368,100,'_wp_old_slug','bridges-copy'),(369,100,'_wp_old_slug','dentures-and-partial-dentures-copy'),(370,100,'_wp_old_slug','root-canal-therapy-copy'),(371,101,'_edit_lock','1715634255:1'),(372,101,'_thumbnail_id','162'),(373,101,'_edit_last','1'),(374,101,'_wp_old_slug','nitrous-oxide-copy'),(375,101,'_wp_old_slug','teeth-cleaning-copy'),(376,101,'_wp_old_slug','dental-sealants-copy'),(377,101,'_wp_old_slug','periodontal-treatment-copy'),(378,101,'_wp_old_slug','composite-resin-fillings-copy'),(379,101,'_wp_old_slug','implants-copy'),(380,101,'_wp_old_slug','bridges-copy'),(381,101,'_wp_old_slug','dentures-and-partial-dentures-copy'),(382,101,'_wp_old_slug','root-canal-therapy-copy'),(383,101,'_wp_old_slug','cosmetic-veneers-and-crowns-copy'),(384,102,'_edit_lock','1715634296:1'),(385,102,'_thumbnail_id','163'),(386,102,'_edit_last','1'),(387,102,'_wp_old_slug','nitrous-oxide-copy'),(388,102,'_wp_old_slug','teeth-cleaning-copy'),(389,102,'_wp_old_slug','dental-sealants-copy'),(390,102,'_wp_old_slug','periodontal-treatment-copy'),(391,102,'_wp_old_slug','composite-resin-fillings-copy'),(392,102,'_wp_old_slug','implants-copy'),(393,102,'_wp_old_slug','bridges-copy'),(394,102,'_wp_old_slug','dentures-and-partial-dentures-copy'),(395,102,'_wp_old_slug','root-canal-therapy-copy'),(396,102,'_wp_old_slug','cosmetic-veneers-and-crowns-copy'),(397,102,'_wp_old_slug','custom-teeth-whitening-copy'),(398,103,'_edit_lock','1715633872:1'),(399,103,'_thumbnail_id','158'),(400,103,'_edit_last','1'),(401,103,'_wp_old_slug','nitrous-oxide-copy'),(402,105,'_wp_attached_file','2024/04/composite_resin_main.jpg'),(403,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:333;s:4:\"file\";s:32:\"2024/04/composite_resin_main.jpg\";s:8:\"filesize\";i:63867;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"composite_resin_main-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27639;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"composite_resin_main-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22688;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1685556714\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(431,108,'_edit_lock','1714517484:1'),(433,108,'_thumbnail_id','80'),(435,108,'_wp_old_date','2024-04-30'),(436,109,'_edit_lock','1714517599:1'),(439,109,'_wp_old_date','2024-04-30'),(440,110,'_wp_attached_file','2020/07/red-heart-with-strings-4046930-1482x635-1.jpg'),(441,110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1482;s:6:\"height\";i:635;s:4:\"file\";s:53:\"2020/07/red-heart-with-strings-4046930-1482x635-1.jpg\";s:8:\"filesize\";i:69470;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"red-heart-with-strings-4046930-1482x635-1-300x129.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6602;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"red-heart-with-strings-4046930-1482x635-1-1024x439.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"red-heart-with-strings-4046930-1482x635-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4960;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:53:\"red-heart-with-strings-4046930-1482x635-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28851;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:53:\"red-heart-with-strings-4046930-1482x635-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38186;}}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:{}}}'),(443,109,'_thumbnail_id','110'),(444,111,'_edit_lock','1715635301:1'),(445,40,'_wp_old_date','2024-04-22'),(446,112,'_wp_attached_file','2024/04/toothbrushes-1538553-638x505-1.jpg'),(447,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:792;s:4:\"file\";s:42:\"2024/04/toothbrushes-1538553-638x505-1.jpg\";s:8:\"filesize\";i:63314;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"toothbrushes-1538553-638x505-1-300x238.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"toothbrushes-1538553-638x505-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7592;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:42:\"toothbrushes-1538553-638x505-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37931;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:42:\"toothbrushes-1538553-638x505-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52048;}}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:{}}}'),(449,111,'_thumbnail_id','172'),(451,111,'_wp_old_date','2024-04-30'),(452,113,'_edit_lock','1715635240:1'),(453,114,'_wp_attached_file','2024/04/crownshero.jpg'),(454,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1414;s:6:\"height\";i:394;s:4:\"file\";s:22:\"2024/04/crownshero.jpg\";s:8:\"filesize\";i:193303;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"crownshero-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3131;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"crownshero-1024x285.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"crownshero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1876;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:22:\"crownshero-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11766;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:22:\"crownshero-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11766;}}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:{}}}'),(456,113,'_wp_old_date','2024-04-30'),(457,113,'_thumbnail_id','152'),(458,115,'_edit_lock','1715635273:1'),(459,116,'_wp_attached_file','2024/04/Dental-Implants-Banner-1.jpg'),(460,116,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1414;s:6:\"height\";i:394;s:4:\"file\";s:36:\"2024/04/Dental-Implants-Banner-1.jpg\";s:8:\"filesize\";i:65671;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Dental-Implants-Banner-1-300x84.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:84;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7701;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Dental-Implants-Banner-1-1024x285.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41181;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Dental-Implants-Banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7366;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:36:\"Dental-Implants-Banner-1-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38927;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:36:\"Dental-Implants-Banner-1-600x394.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38927;}}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:{}}}'),(462,115,'_wp_old_date','2024-04-30'),(463,115,'_thumbnail_id','153'),(464,117,'_edit_lock','1715635363:1'),(465,118,'_wp_attached_file','2024/04/preventative_dental_care_header_image.jpg'),(466,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:49:\"2024/04/preventative_dental_care_header_image.jpg\";s:8:\"filesize\";i:138203;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"preventative_dental_care_header_image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14903;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"preventative_dental_care_header_image-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89446;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"preventative_dental_care_header_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7217;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:49:\"preventative_dental_care_header_image-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41017;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:49:\"preventative_dental_care_header_image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55040;}}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:{}}}'),(468,117,'_wp_old_date','2024-04-30'),(469,117,'_thumbnail_id','151'),(470,119,'_wp_attached_file','2023/06/preventative_dental_care_main_image.jpg'),(471,119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:47:\"2023/06/preventative_dental_care_main_image.jpg\";s:8:\"filesize\";i:177195;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"preventative_dental_care_main_image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13155;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"preventative_dental_care_main_image-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"preventative_dental_care_main_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6018;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:47:\"preventative_dental_care_main_image-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38319;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:47:\"preventative_dental_care_main_image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50972;}}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:{}}}'),(492,92,'gridsummary','Our skilled dental hygienists use state-of-the-art techniques to thoroughly clean and polish your teeth, removing plaque and tartar buildup that can lead to cavities and gum disease.'),(512,128,'type','paragraph'),(513,128,'group','60'),(514,128,'paragraph_allowed_html_tags','strong em a ul ol li b i'),(515,128,'paragraph_max_length','-1'),(516,128,'repeatable','0'),(517,128,'repeatable_format','default'),(518,128,'default_evaluate_tags','0'),(519,128,'default_empty_fields','0'),(520,128,'roles_allowed','administrator'),(521,128,'revisions_revision_field','0'),(522,128,'enable_conditional_logic','0'),(523,128,'rest_pick_response','array'),(524,128,'rest_pick_depth','1'),(525,128,'required','0'),(526,128,'required_help_boolean','0'),(527,92,'summary','Our skilled dental hygienists use state-of-the-art techniques to thoroughly clean and polish your teeth, removing plaque and tartar buildup that can lead to cavities and gum disease.'),(528,93,'summary','Dental sealants provide an extra layer of protection for your teeth, particularly in hard-to-reach areas such as the molars. By sealing out bacteria and food particles, sealants help prevent cavities and maintain optimal oral health.'),(529,94,'summary','Gum disease is a common oral health issue that can have serious consequences if left untreated. Our periodontal treatments are designed to address gum disease at every stage, from mild gingivitis to advanced periodontitis, restoring health and vitality to your gums.'),(530,95,'summary','Composite resin fillings offer a durable and aesthetically pleasing solution for repairing cavities and restoring damaged teeth. Made from tooth-colored materials, these fillings blend seamlessly with your natural teeth, providing a strong and reliable restoration that looks and feels natural.'),(531,96,'summary','Dental implants are the gold standard for replacing missing teeth. These titanium posts are surgically placed in the jawbone, where they fuse with the bone to create a sturdy foundation for replacement teeth. With implants, you can enjoy a permanent and lifelike solution for missing teeth that restores both function and appearance.'),(532,97,'summary','Dental bridges are a popular option for replacing one or more missing teeth. These prosthetic devices consist of artificial teeth, known as pontics, that are anchored in place by dental crowns attached to adjacent teeth. Bridges are custom-made to match the color and shape of your natural teeth, restoring your smile\'s beauty and functionality.'),(533,98,'summary','Dentures are removable prosthetic devices that are used to replace multiple missing teeth. Whether you need a full denture to replace an entire arch of teeth or a partial denture to fill in gaps between existing teeth, our custom-made dentures are designed to fit comfortably and securely, allowing you to eat, speak, and smile with confidence.'),(534,99,'summary','Root canal therapy is a procedure used to treat infected or damaged tooth pulp, the soft tissue inside the tooth. During this procedure, the infected pulp is removed, and the inside of the tooth is cleaned and sealed to prevent further infection. Root canal therapy can save a severely damaged tooth from extraction, preserving your natural smile and preventing the need for more extensive treatment.'),(535,100,'summary','Dental veneers and crowns are versatile cosmetic treatments that can dramatically improve the appearance of your teeth. Veneers are thin shells of porcelain or composite resin that are bonded to the front surface of teeth to conceal imperfections such as stains, chips, or gaps. Crowns, also known as caps, are custom-made restorations that cover the entire tooth to restore its shape, size, and strength while enhancing its appearance.'),(536,101,'summary','Professional teeth whitening is a safe and effective way to brighten your smile and remove stubborn stains caused by coffee, tea, tobacco, and other sources. Our custom teeth whitening treatments are tailored to your unique needs, providing brighter and more youthful-looking teeth in just one visit to our office or with take-home kits for your convenience.'),(537,102,'summary','Enamel microabrasion is a minimally invasive cosmetic treatment that gently removes surface stains and discolorations from the outer layer of enamel. This technique can effectively improve the appearance of teeth affected by superficial stains, white spots, or mild enamel defects, restoring a more uniform and attractive appearance to your smile.'),(538,61,'_edit_last','1'),(539,61,'summary','Nitrous oxide, also known as laughing gas, is a safe and effective sedative agent used to help patients relax during dental procedures. This mild form of sedation induces feelings of calmness and euphoria, making it ideal for patients with dental anxiety or fear. Nitrous oxide is administered through a mask worn over the nose and is quickly eliminated from the body after the procedure, allowing patients to resume their normal activities without lingering side effects.'),(540,103,'summary','Dental emergencies can happen when you least expect them, which is why Swanson Dental Group offers prompt and compassionate emergency dental services. Whether you\'re experiencing severe tooth pain, a knocked-out tooth, or other urgent dental issues, our skilled team is here to provide the care you need when you need it most. We also offer expert tooth extractions when necessary to alleviate pain, preserve oral health, and restore comfort and function to your smile.'),(541,39,'_flamingo','a:1:{s:7:\"channel\";i:9;}'),(542,129,'_submission_status','mail_sent'),(543,129,'_subject','New Appointment'),(544,129,'_from','sadfsaf ltekwj <>'),(545,129,'_from_name','sadfsaf ltekwj'),(546,129,'_from_email',''),(547,129,'_field_first-name','sadfsaf'),(548,129,'_field_last-name','ltekwj'),(549,129,'_field_phone','1234567890'),(550,129,'_field_email',''),(551,129,'_field_comments',''),(552,129,'_fields','a:5:{s:10:\"first-name\";N;s:9:\"last-name\";N;s:5:\"phone\";N;s:5:\"email\";N;s:8:\"comments\";N;}'),(553,129,'_meta','a:19:{s:13:\"serial_number\";i:1;s:9:\"remote_ip\";s:15:\"162.211.155.138\";s:10:\"user_agent\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0\";s:3:\"url\";s:40:\"https://swansonreno.wpenginepowered.com/\";s:4:\"date\";s:11:\"May 2, 2024\";s:4:\"time\";s:8:\"10:56 pm\";s:7:\"post_id\";s:1:\"7\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:40:\"https://swansonreno.wpenginepowered.com/\";s:11:\"post_author\";s:11:\"swansonreno\";s:17:\"post_author_email\";s:21:\"edpalmquist@gmail.com\";s:10:\"site_title\";s:20:\"Swanson Dental Group\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:39:\"https://swansonreno.wpenginepowered.com\";s:16:\"site_admin_email\";s:21:\"edpalmquist@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),(554,129,'_akismet',NULL),(555,129,'_recaptcha','a:3:{s:7:\"version\";s:3:\"3.0\";s:9:\"threshold\";d:0.5;s:8:\"response\";a:5:{s:7:\"success\";b:1;s:12:\"challenge_ts\";s:20:\"2024-05-02T22:56:14Z\";s:8:\"hostname\";s:31:\"swansonreno.wpenginepowered.com\";s:5:\"score\";d:0.9;s:6:\"action\";s:11:\"contactform\";}}'),(556,129,'_spam_log','a:0:{}'),(557,129,'_consent','a:0:{}'),(558,129,'_hash','bacdfa31b4dbd2bd06286cce3c80246e'),(559,130,'_submission_status','mail_sent'),(560,130,'_subject','New Appointment'),(561,130,'_from','asfed sdf <>'),(562,130,'_from_name','asfed sdf'),(563,130,'_from_email',''),(564,130,'_field_first-name','asfed'),(565,130,'_field_last-name','sdf'),(566,130,'_field_phone','1234567890'),(567,130,'_field_email',''),(568,130,'_field_comments',''),(569,130,'_fields','a:5:{s:10:\"first-name\";N;s:9:\"last-name\";N;s:5:\"phone\";N;s:5:\"email\";N;s:8:\"comments\";N;}'),(570,130,'_meta','a:19:{s:13:\"serial_number\";i:2;s:9:\"remote_ip\";s:15:\"162.211.155.138\";s:10:\"user_agent\";s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0\";s:3:\"url\";s:40:\"https://swansonreno.wpenginepowered.com/\";s:4:\"date\";s:11:\"May 2, 2024\";s:4:\"time\";s:8:\"10:57 pm\";s:7:\"post_id\";s:1:\"7\";s:9:\"post_name\";s:4:\"home\";s:10:\"post_title\";s:4:\"Home\";s:8:\"post_url\";s:40:\"https://swansonreno.wpenginepowered.com/\";s:11:\"post_author\";s:11:\"swansonreno\";s:17:\"post_author_email\";s:21:\"edpalmquist@gmail.com\";s:10:\"site_title\";s:20:\"Swanson Dental Group\";s:16:\"site_description\";s:0:\"\";s:8:\"site_url\";s:39:\"https://swansonreno.wpenginepowered.com\";s:16:\"site_admin_email\";s:21:\"edpalmquist@gmail.com\";s:10:\"user_login\";s:0:\"\";s:10:\"user_email\";s:0:\"\";s:17:\"user_display_name\";s:0:\"\";}'),(571,130,'_akismet',NULL),(572,130,'_recaptcha','a:3:{s:7:\"version\";s:3:\"3.0\";s:9:\"threshold\";d:0.5;s:8:\"response\";a:5:{s:7:\"success\";b:1;s:12:\"challenge_ts\";s:20:\"2024-05-02T22:56:52Z\";s:8:\"hostname\";s:31:\"swansonreno.wpenginepowered.com\";s:5:\"score\";d:0.7;s:6:\"action\";s:11:\"contactform\";}}'),(573,130,'_spam_log','a:0:{}'),(574,130,'_consent','a:0:{}'),(575,130,'_hash','e364f53632a98cbfec52574cdce3fcb0'),(576,131,'_wp_attached_file','2024/05/swansonfavicon.png'),(577,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:26:\"2024/05/swansonfavicon.png\";s:8:\"filesize\";i:3972;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:{}}}'),(578,132,'_wp_attached_file','2024/05/cropped-swansonfavicon.png'),(579,132,'_wp_attachment_context','site-icon'),(580,132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2024/05/cropped-swansonfavicon.png\";s:8:\"filesize\";i:85129;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"cropped-swansonfavicon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"cropped-swansonfavicon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17858;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:34:\"cropped-swansonfavicon-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73897;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:34:\"cropped-swansonfavicon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37009;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:34:\"cropped-swansonfavicon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23795;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:34:\"cropped-swansonfavicon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22207;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:32:\"cropped-swansonfavicon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2152;}}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:{}}}'),(583,3,'_edit_lock','1714763862:1'),(584,134,'_wp_attached_file','2024/05/cropped-SDlogoSmall-32x32-1.png'),(585,134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:39:\"2024/05/cropped-SDlogoSmall-32x32-1.png\";s:8:\"filesize\";i:1350;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:{}}}'),(588,136,'_menu_item_type','post_type'),(589,136,'_menu_item_menu_item_parent','0'),(590,136,'_menu_item_object_id','34'),(591,136,'_menu_item_object','page'),(592,136,'_menu_item_target',''),(593,136,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(594,136,'_menu_item_xfn',''),(595,136,'_menu_item_url',''),(597,137,'_menu_item_type','post_type'),(598,137,'_menu_item_menu_item_parent','0'),(599,137,'_menu_item_object_id','21'),(600,137,'_menu_item_object','page'),(601,137,'_menu_item_target',''),(602,137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(603,137,'_menu_item_xfn',''),(604,137,'_menu_item_url',''),(606,138,'_menu_item_type','post_type'),(607,138,'_menu_item_menu_item_parent','0'),(608,138,'_menu_item_object_id','20'),(609,138,'_menu_item_object','page'),(610,138,'_menu_item_target',''),(611,138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(612,138,'_menu_item_xfn',''),(613,138,'_menu_item_url',''),(615,139,'_menu_item_type','post_type'),(616,139,'_menu_item_menu_item_parent','0'),(617,139,'_menu_item_object_id','19'),(618,139,'_menu_item_object','page'),(619,139,'_menu_item_target',''),(620,139,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(621,139,'_menu_item_xfn',''),(622,139,'_menu_item_url',''),(624,140,'_menu_item_type','post_type'),(625,140,'_menu_item_menu_item_parent','0'),(626,140,'_menu_item_object_id','78'),(627,140,'_menu_item_object','page'),(628,140,'_menu_item_target',''),(629,140,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(630,140,'_menu_item_xfn',''),(631,140,'_menu_item_url',''),(635,143,'_wp_attached_file','2024/05/office.png'),(636,143,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:596;s:6:\"height\";i:319;s:4:\"file\";s:18:\"2024/05/office.png\";s:8:\"filesize\";i:263814;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"office-300x161.png\";s:5:\"width\";i:300;s:6:\"height\";i:161;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"office-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33088;}}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:{}}}'),(639,146,'_wp_attached_file','2024/05/hello.png'),(640,146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:550;s:6:\"height\";i:869;s:4:\"file\";s:17:\"2024/05/hello.png\";s:8:\"filesize\";i:961708;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"hello-190x300.png\";s:5:\"width\";i:190;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"hello-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43043;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:17:\"hello-550x400.png\";s:5:\"width\";i:550;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:405891;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:17:\"hello-550x600.png\";s:5:\"width\";i:550;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:602923;}}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:{}}}'),(642,148,'_edit_lock','1715309892:1'),(645,150,'_wp_attached_file','2024/05/DSC_9616.jpg'),(646,150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:20:\"2024/05/DSC_9616.jpg\";s:8:\"filesize\";i:149508;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_9616-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_9616-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7793;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:20:\"DSC_9616-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34522;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:20:\"DSC_9616-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1685529659\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(647,151,'_wp_attached_file','2024/05/DSC_4032-copy.jpg'),(648,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:771;s:4:\"file\";s:25:\"2024/05/DSC_4032-copy.jpg\";s:8:\"filesize\";i:157268;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DSC_4032-copy-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC_4032-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6907;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"DSC_4032-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28038;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"DSC_4032-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41036;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1689673953\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(649,152,'_wp_attached_file','2024/05/DSC_4165-copy.jpg'),(650,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:735;s:4:\"file\";s:25:\"2024/05/DSC_4165-copy.jpg\";s:8:\"filesize\";i:209250;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DSC_4165-copy-300x221.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14376;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC_4165-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7263;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"DSC_4165-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38104;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"DSC_4165-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53120;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1689676724\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"560\";s:13:\"shutter_speed\";s:15:\"0.0166666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(651,153,'_wp_attached_file','2024/05/DSC_4191-copy.jpg'),(652,153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2024/05/DSC_4191-copy.jpg\";s:8:\"filesize\";i:142947;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DSC_4191-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11976;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC_4191-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6243;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"DSC_4191-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29783;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"DSC_4191-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39859;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1689677163\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(653,154,'footnotes',''),(654,156,'_wp_attached_file','2024/04/DSC_8643-copy.jpg'),(655,156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2024/04/DSC_8643-copy.jpg\";s:8:\"filesize\";i:146043;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DSC_8643-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13181;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC_8643-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7681;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"DSC_8643-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33409;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"DSC_8643-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46286;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1710845166\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(656,157,'_wp_attached_file','2024/04/DSC_4154-copy.jpg'),(657,157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:25:\"2024/04/DSC_4154-copy.jpg\";s:8:\"filesize\";i:115387;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DSC_4154-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC_4154-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6730;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"DSC_4154-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26635;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"DSC_4154-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36069;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1689676604\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(658,158,'_wp_attached_file','2024/04/DSC_9446-copy.jpg'),(659,158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2024/04/DSC_9446-copy.jpg\";s:8:\"filesize\";i:623227;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DSC_9446-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14757;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"DSC_9446-copy-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84213;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC_9446-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8046;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"DSC_9446-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38048;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"DSC_9446-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1685528221\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(660,159,'_wp_attached_file','2024/04/DSC_8557-2-copy-e1715632444419.jpg'),(661,159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1340;s:4:\"file\";s:42:\"2024/04/DSC_8557-2-copy-e1715632444419.jpg\";s:8:\"filesize\";i:493984;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"DSC_8557-2-copy-e1715632444419-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10871;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"DSC_8557-2-copy-e1715632444419-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"DSC_8557-2-copy-e1715632444419-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6631;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:42:\"DSC_8557-2-copy-e1715632444419-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24768;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:42:\"DSC_8557-2-copy-e1715632444419-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33152;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"DSC_8557-2-copy-e1715632444419-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34404;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:44:\"DSC_8557-2-copy-e1715632444419-1536x1029.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92142;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1710844105\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(662,159,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1720;s:4:\"file\";s:19:\"DSC_8557-2-copy.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:27:\"DSC_8557-2-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6361;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:27:\"DSC_8557-2-copy-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12277;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:28:\"DSC_8557-2-copy-1024x881.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58336;}s:33:\"gb-block-post-grid-landscape-orig\";a:5:{s:4:\"file\";s:27:\"DSC_8557-2-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25096;}s:30:\"gb-block-post-grid-square-orig\";a:5:{s:4:\"file\";s:27:\"DSC_8557-2-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31098;}}'),(663,160,'_wp_attached_file','2024/04/DSC_4043.jpg'),(664,160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:5504;s:6:\"height\";i:3702;s:4:\"file\";s:20:\"2024/04/DSC_4043.jpg\";s:8:\"filesize\";i:1621286;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_4043-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8611;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_4043-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41913;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_4043-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5220;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:20:\"DSC_4043-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20118;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:20:\"DSC_4043-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25277;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1689675128\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(667,162,'_wp_attached_file','2024/04/DSC_3994-copy.jpg'),(668,162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1620;s:4:\"file\";s:25:\"2024/04/DSC_3994-copy.jpg\";s:8:\"filesize\";i:522899;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DSC_3994-copy-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15127;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"DSC_3994-copy-1024x829.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:829;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83372;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC_3994-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7387;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"DSC_3994-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31480;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"DSC_3994-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44273;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1689673183\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(669,163,'_wp_attached_file','2024/04/DSC_8530-copy-e1715632897465.jpg'),(670,163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:846;s:4:\"file\";s:40:\"2024/04/DSC_8530-copy-e1715632897465.jpg\";s:8:\"filesize\";i:435517;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"DSC_8530-copy-e1715632897465-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9541;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"DSC_8530-copy-e1715632897465-1024x433.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"DSC_8530-copy-e1715632897465-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7042;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:40:\"DSC_8530-copy-e1715632897465-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30178;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:40:\"DSC_8530-copy-e1715632897465-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40621;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"DSC_8530-copy-e1715632897465-768x325.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31348;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"DSC_8530-copy-e1715632897465-1536x650.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82876;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1710843667\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(671,163,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:17:\"DSC_8530-copy.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"DSC_8530-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7461;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:25:\"DSC_8530-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13454;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:26:\"DSC_8530-copy-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68995;}s:33:\"gb-block-post-grid-landscape-orig\";a:5:{s:4:\"file\";s:25:\"DSC_8530-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32840;}s:30:\"gb-block-post-grid-square-orig\";a:5:{s:4:\"file\";s:25:\"DSC_8530-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42425;}}'),(672,164,'_wp_attached_file','2024/04/dental_cleanings_header_image.jpg'),(673,164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:7920;s:6:\"height\";i:5280;s:4:\"file\";s:41:\"2024/04/dental_cleanings_header_image.jpg\";s:8:\"filesize\";i:1586084;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"dental_cleanings_header_image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40397;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"dental_cleanings_header_image-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"dental_cleanings_header_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33690;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:41:\"dental_cleanings_header_image-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61044;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:41:\"dental_cleanings_header_image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69741;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1685552960\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"26\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(674,165,'_wp_attached_file','2024/04/dental_cleanings_small_image.jpg'),(675,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2880;s:6:\"height\";i:1920;s:4:\"file\";s:40:\"2024/04/dental_cleanings_small_image.jpg\";s:8:\"filesize\";i:356021;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"dental_cleanings_small_image-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33723;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"dental_cleanings_small_image-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105262;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"dental_cleanings_small_image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26437;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:40:\"dental_cleanings_small_image-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58526;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:40:\"dental_cleanings_small_image-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71867;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1685553178\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"29\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(676,166,'_wp_attached_file','2024/04/DSC_8679-2-copy.jpg'),(677,166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:27:\"2024/04/DSC_8679-2-copy.jpg\";s:8:\"filesize\";i:269878;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"DSC_8679-2-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9071;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"DSC_8679-2-copy-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40280;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"DSC_8679-2-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5894;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:27:\"DSC_8679-2-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20151;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:27:\"DSC_8679-2-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27209;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1710847928\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(678,167,'_wp_attached_file','2024/04/composite_resin_main-2-topaz-enhance-4x-e1715634129732.jpeg'),(679,167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:956;s:4:\"file\";s:67:\"2024/04/composite_resin_main-2-topaz-enhance-4x-e1715634129732.jpeg\";s:8:\"filesize\";i:1412007;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"composite_resin_main-2-topaz-enhance-4x-e1715634129732-300x143.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:143;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10551;}s:5:\"large\";a:5:{s:4:\"file\";s:68:\"composite_resin_main-2-topaz-enhance-4x-e1715634129732-1024x489.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:489;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56549;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"composite_resin_main-2-topaz-enhance-4x-e1715634129732-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8598;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:67:\"composite_resin_main-2-topaz-enhance-4x-e1715634129732-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35461;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:67:\"composite_resin_main-2-topaz-enhance-4x-e1715634129732-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51600;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"composite_resin_main-2-topaz-enhance-4x-e1715634129732-768x367.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35787;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:68:\"composite_resin_main-2-topaz-enhance-4x-e1715634129732-1536x734.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109368;}}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:{}}}'),(680,167,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1332;s:4:\"file\";s:44:\"composite_resin_main-2-topaz-enhance-4x.jpeg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:52:\"composite_resin_main-2-topaz-enhance-4x-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8096;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:52:\"composite_resin_main-2-topaz-enhance-4x-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11957;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:53:\"composite_resin_main-2-topaz-enhance-4x-1024x682.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64953;}s:33:\"gb-block-post-grid-landscape-orig\";a:5:{s:4:\"file\";s:52:\"composite_resin_main-2-topaz-enhance-4x-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28713;}s:30:\"gb-block-post-grid-square-orig\";a:5:{s:4:\"file\";s:52:\"composite_resin_main-2-topaz-enhance-4x-600x600.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43753;}}'),(681,168,'_wp_attached_file','2024/04/DSC_9386.jpg'),(682,168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:20:\"2024/04/DSC_9386.jpg\";s:8:\"filesize\";i:393979;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_9386-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12614;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_9386-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_9386-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6930;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:20:\"DSC_9386-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31104;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:20:\"DSC_9386-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1685527935\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(683,170,'_wp_attached_file','2024/04/DSC_9396-copy.jpg'),(684,170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2024/04/DSC_9396-copy.jpg\";s:8:\"filesize\";i:406398;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"DSC_9396-copy-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12913;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"DSC_9396-copy-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65080;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC_9396-copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7638;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"DSC_9396-copy-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30698;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"DSC_9396-copy-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41854;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1685527958\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"25\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(685,171,'_wp_attached_file','2024/04/DSC_4154-copy-2.jpg'),(686,171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:27:\"2024/04/DSC_4154-copy-2.jpg\";s:8:\"filesize\";i:391711;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"DSC_4154-copy-2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11205;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"DSC_4154-copy-2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56729;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"DSC_4154-copy-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6762;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:27:\"DSC_4154-copy-2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26698;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:27:\"DSC_4154-copy-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1689676604\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(689,172,'_wp_attached_file','2021/09/DSC_8671.jpg'),(690,172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:20:\"2021/09/DSC_8671.jpg\";s:8:\"filesize\";i:427619;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC_8671-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13947;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC_8671-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76243;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC_8671-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7572;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:20:\"DSC_8671-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35844;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:20:\"DSC_8671-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46498;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1710845391\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(693,174,'footnotes',''),(694,175,'_wp_attached_file','2024/05/homepagehero.jpg'),(695,175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:24:\"2024/05/homepagehero.jpg\";s:8:\"filesize\";i:455664;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"homepagehero-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14196;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"homepagehero-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"homepagehero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7769;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:24:\"homepagehero-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34480;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:24:\"homepagehero-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43726;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1689671572\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"31\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(696,176,'_wp_attached_file','2024/05/aboutpagehero.jpg'),(697,176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1333;s:4:\"file\";s:25:\"2024/05/aboutpagehero.jpg\";s:8:\"filesize\";i:566378;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"aboutpagehero-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13896;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"aboutpagehero-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"aboutpagehero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7426;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:25:\"aboutpagehero-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35983;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:25:\"aboutpagehero-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1685530983\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:4:\"1250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(698,177,'_wp_attached_file','2024/05/garrett.jpg'),(699,177,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1930;s:6:\"height\";i:2895;s:4:\"file\";s:19:\"2024/05/garrett.jpg\";s:8:\"filesize\";i:380259;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"garrett-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51272;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"garrett-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147446;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"garrett-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42106;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:19:\"garrett-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80002;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:19:\"garrett-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100851;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1715381652\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(700,178,'_wp_attached_file','2024/05/staff.jpg'),(701,178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:17:\"2024/05/staff.jpg\";s:8:\"filesize\";i:547167;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"staff-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19201;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"staff-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136518;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"staff-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9019;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:17:\"staff-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57361;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:17:\"staff-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72359;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1715356377\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(702,89,'_wp_trash_meta_status','publish'),(703,89,'_wp_trash_meta_time','1717448944'),(704,89,'_wp_desired_post_slug','dental-cleanings-in-south-reno-nv'),(705,117,'_wp_trash_meta_status','publish'),(706,117,'_wp_trash_meta_time','1717448945'),(707,117,'_wp_desired_post_slug','preventive-dental-care'),(708,115,'_wp_trash_meta_status','publish'),(709,115,'_wp_trash_meta_time','1717448945'),(710,115,'_wp_desired_post_slug','dental-implants-in-reno-nv'),(711,113,'_wp_trash_meta_status','publish'),(712,113,'_wp_trash_meta_time','1717448945'),(713,113,'_wp_desired_post_slug','dental-crowns-and-veneers-in-reno-nv'),(714,180,'_wp_attached_file','2024/06/swansonstaff.jpg'),(715,180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2024/06/swansonstaff.jpg\";s:8:\"filesize\";i:670334;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"swansonstaff-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19821;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"swansonstaff-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"swansonstaff-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9474;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:24:\"swansonstaff-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61605;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:24:\"swansonstaff-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83611;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1715356342\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"24\";s:3:\"iso\";s:2:\"64\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(716,181,'_wp_attached_file','2024/06/swansonhomehero2-e1717452402825.jpg'),(717,181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:690;s:4:\"file\";s:43:\"2024/06/swansonhomehero2-e1717452402825.jpg\";s:8:\"filesize\";i:702830;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"swansonhomehero2-e1717452402825-300x138.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16669;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"swansonhomehero2-e1717452402825-1024x471.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"swansonhomehero2-e1717452402825-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9381;}s:28:\"gb-block-post-grid-landscape\";a:5:{s:4:\"file\";s:43:\"swansonhomehero2-e1717452402825-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59801;}s:25:\"gb-block-post-grid-square\";a:5:{s:4:\"file\";s:43:\"swansonhomehero2-e1717452402825-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67905;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"swansonhomehero2-e1717452402825-768x353.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74621;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:11:\"NIKON Z 7_2\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1715357913\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(718,181,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"swansonhomehero2.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:28:\"swansonhomehero2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10227;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:28:\"swansonhomehero2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22151;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:29:\"swansonhomehero2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170065;}s:33:\"gb-block-post-grid-landscape-orig\";a:5:{s:4:\"file\";s:28:\"swansonhomehero2-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69346;}s:30:\"gb-block-post-grid-square-orig\";a:5:{s:4:\"file\";s:28:\"swansonhomehero2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88787;}}');
/*!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 unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint unsigned NOT NULL DEFAULT '0',
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
`post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`post_parent` bigint unsigned NOT NULL DEFAULT '0',
`guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`menu_order` int NOT NULL DEFAULT '0',
`post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`comment_count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=182 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (2,1,'2024-04-05 16:15:39','2024-04-05 16:15:39','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://swansonreno.wpenginepowered.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2024-04-05 16:15:39','2024-04-05 16:15:39','',0,'https://swansonreno.wpenginepowered.com/?page_id=2',0,'page','',0),(3,1,'2024-04-05 16:15:39','2024-04-05 16:15:39','<!-- wp:carbon-fields/wide-text {\"data\":{\"text\":\"\\u003ch1\\u003ePrivacy Policy\\u003c/h1\\u003e\\n\\u003cp\\u003eLast updated: May 03, 2024\\u003c/p\\u003e\\n\\u003cp\\u003eThis Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.\\u003c/p\\u003e\\n\\u003cp\\u003eWe use Your Personal data to provide and improve the Service. By using the Service, You agree to the collection and use of information in accordance with this Privacy Policy. This Privacy Policy has been created with the help of the \\u003ca href=\\u0022https://www.termsfeed.com/privacy-policy-generator/\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003ePrivacy Policy Generator\\u003c/a\\u003e.\\u003c/p\\u003e\\n\\u003ch2\\u003eInterpretation and Definitions\\u003c/h2\\u003e\\n\\u003ch3\\u003eInterpretation\\u003c/h3\\u003e\\n\\u003cp\\u003eThe words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.\\u003c/p\\u003e\\n\\u003ch3\\u003eDefinitions\\u003c/h3\\u003e\\n\\u003cp\\u003eFor the purposes of this Privacy Policy:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eAccount\\u003c/strong\\u003e means a unique account created for You to access our Service or parts of our Service.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eAffiliate\\u003c/strong\\u003e means an entity that controls, is controlled by or is under common control with a party, where \\u0022control\\u0022 means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eCompany\\u003c/strong\\u003e (referred to as either \\u0022the Company\\u0022, \\u0022We\\u0022, \\u0022Us\\u0022 or \\u0022Our\\u0022 in this Agreement) refers to Swanson Dental Group, 4101 Caughlin Square, Suite #6 Reno, NV 89519.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eCookies\\u003c/strong\\u003e are small files that are placed on Your computer, mobile device or any other device by a website, containing the details of Your browsing history on that website among its many uses.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eCountry\\u003c/strong\\u003e refers to: Nevada, United States\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eDevice\\u003c/strong\\u003e means any device that can access the Service such as a computer, a cellphone or a digital tablet.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003ePersonal Data\\u003c/strong\\u003e is any information that relates to an identified or identifiable individual.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eService\\u003c/strong\\u003e refers to the Website.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eService Provider\\u003c/strong\\u003e means any natural or legal person who processes the data on behalf of the Company. It refers to third-party companies or individuals employed by the Company to facilitate the Service, to provide the Service on behalf of the Company, to perform services related to the Service or to assist the Company in analyzing how the Service is used.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eUsage Data\\u003c/strong\\u003e refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eWebsite\\u003c/strong\\u003e refers to Swanson Dental Group, accessible from \\u003ca href=\\u0022https://www.swansondentalgroupreno.com\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022external nofollow noopener\\u0022\\u003ehttps://www.swansondentalgroupreno.com\\u003c/a\\u003e\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eYou\\u003c/strong\\u003e means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003ch2\\u003eCollecting and Using Your Personal Data\\u003c/h2\\u003e\\n\\u003ch3\\u003eTypes of Data Collected\\u003c/h3\\u003e\\n\\u003ch4\\u003ePersonal Data\\u003c/h4\\u003e\\n\\u003cp\\u003eWhile using Our Service, We may ask You to provide Us with certain personally identifiable information that can be used to contact or identify You. Personally identifiable information may include, but is not limited to:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003eEmail address\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003eFirst name and last name\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003ePhone number\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003eUsage Data\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003ch4\\u003eUsage Data\\u003c/h4\\u003e\\n\\u003cp\\u003eUsage Data is collected automatically when using the Service.\\u003c/p\\u003e\\n\\u003cp\\u003eUsage Data may include information such as Your Device\'s Internet Protocol address (e.g. IP address), browser type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time spent on those pages, unique device identifiers and other diagnostic data.\\u003c/p\\u003e\\n\\u003cp\\u003eWhen You access the Service by or through a mobile device, We may collect certain information automatically, including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, unique device identifiers and other diagnostic data.\\u003c/p\\u003e\\n\\u003cp\\u003eWe may also collect information that Your browser sends whenever You visit our Service or when You access the Service by or through a mobile device.\\u003c/p\\u003e\\n\\u003ch4\\u003eTracking Technologies and Cookies\\u003c/h4\\u003e\\n\\u003cp\\u003eWe use Cookies and similar tracking technologies to track the activity on Our Service and store certain information. Tracking technologies used are beacons, tags, and scripts to collect and track information and to improve and analyze Our Service. The technologies We use may include:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eCookies or Browser Cookies.\\u003c/strong\\u003e A cookie is a small file placed on Your Device. You can instruct Your browser to refuse all Cookies or to indicate when a Cookie is being sent. However, if You do not accept Cookies, You may not be able to use some parts of our Service. Unless you have adjusted Your browser setting so that it will refuse Cookies, our Service may use Cookies.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eWeb Beacons.\\u003c/strong\\u003e Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs) that permit the Company, for example, to count users who have visited those pages or opened an email and for other related website statistics (for example, recording the popularity of a certain section and verifying system and server integrity).\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003cp\\u003eCookies can be \\u0022Persistent\\u0022 or \\u0022Session\\u0022 Cookies. Persistent Cookies remain on Your personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You close Your web browser. You can learn more about cookies on \\u003ca href=\\u0022https://www.termsfeed.com/blog/cookies/#What_Are_Cookies\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003eTermsFeed website\\u003c/a\\u003e article.\\u003c/p\\u003e\\n\\u003cp\\u003eWe use both Session and Persistent Cookies for the purposes set out below:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eNecessary / Essential Cookies\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eType: Session Cookies\\u003c/p\\u003e\\n\\u003cp\\u003eAdministered by: Us\\u003c/p\\u003e\\n\\u003cp\\u003ePurpose: These Cookies are essential to provide You with services available through the Website and to enable You to use some of its features. They help to authenticate users and prevent fraudulent use of user accounts. Without these Cookies, the services that You have asked for cannot be provided, and We only use these Cookies to provide You with those services.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eCookies Policy / Notice Acceptance Cookies\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eType: Persistent Cookies\\u003c/p\\u003e\\n\\u003cp\\u003eAdministered by: Us\\u003c/p\\u003e\\n\\u003cp\\u003ePurpose: These Cookies identify if users have accepted the use of cookies on the Website.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eFunctionality Cookies\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eType: Persistent Cookies\\u003c/p\\u003e\\n\\u003cp\\u003eAdministered by: Us\\u003c/p\\u003e\\n\\u003cp\\u003ePurpose: These Cookies allow us to remember choices You make when You use the Website, such as remembering your login details or language preference. The purpose of these Cookies is to provide You with a more personal experience and to avoid You having to re-enter your preferences every time You use the Website.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003cp\\u003eFor more information about the cookies we use and your choices regarding cookies, please visit our Cookies Policy or the Cookies section of our Privacy Policy.\\u003c/p\\u003e\\n\\u003ch3\\u003eUse of Your Personal Data\\u003c/h3\\u003e\\n\\u003cp\\u003eThe Company may use Personal Data for the following purposes:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eTo provide and maintain our Service\\u003c/strong\\u003e, including to monitor the usage of our Service.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eTo manage Your Account:\\u003c/strong\\u003e to manage Your registration as a user of the Service. The Personal Data You provide can give You access to different functionalities of the Service that are available to You as a registered user.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eFor the performance of a contract:\\u003c/strong\\u003e the development, compliance and undertaking of the purchase contract for the products, items or services You have purchased or of any other contract with Us through the Service.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eTo contact You:\\u003c/strong\\u003e To contact You by email, telephone calls, SMS, or other equivalent forms of electronic communication, such as a mobile application\'s push notifications regarding updates or informative communications related to the functionalities, products or contracted services, including the security updates, when necessary or reasonable for their implementation.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eTo provide You\\u003c/strong\\u003e with news, special offers and general information about other goods, services and events which we offer that are similar to those that you have already purchased or enquired about unless You have opted not to receive such information.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eTo manage Your requests:\\u003c/strong\\u003e To attend and manage Your requests to Us.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eFor business transfers:\\u003c/strong\\u003e We may use Your information to evaluate or conduct a merger, divestiture, restructuring, reorganization, dissolution, or other sale or transfer of some or all of Our assets, whether as a going concern or as part of bankruptcy, liquidation, or similar proceeding, in which Personal Data held by Us about our Service users is among the assets transferred.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eFor other purposes\\u003c/strong\\u003e: We may use Your information for other purposes, such as data analysis, identifying usage trends, determining the effectiveness of our promotional campaigns and to evaluate and improve our Service, products, services, marketing and your experience.\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003cp\\u003eWe may share Your personal information in the following situations:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eWith Service Providers:\\u003c/strong\\u003e We may share Your personal information with Service Providers to monitor and analyze the use of our Service, to contact You.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eFor business transfers:\\u003c/strong\\u003e We may share or transfer Your personal information in connection with, or during negotiations of, any merger, sale of Company assets, financing, or acquisition of all or a portion of Our business to another company.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eWith Affiliates:\\u003c/strong\\u003e We may share Your information with Our affiliates, in which case we will require those affiliates to honor this Privacy Policy. Affiliates include Our parent company and any other subsidiaries, joint venture partners or other companies that We control or that are under common control with Us.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eWith business partners:\\u003c/strong\\u003e We may share Your information with Our business partners to offer You certain products, services or promotions.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eWith other users:\\u003c/strong\\u003e when You share personal information or otherwise interact in the public areas with other users, such information may be viewed by all users and may be publicly distributed outside.\\u003c/li\\u003e\\n\\u003cli\\u003e\\u003cstrong\\u003eWith Your consent\\u003c/strong\\u003e: We may disclose Your personal information for any other purpose with Your consent.\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003ch3\\u003eRetention of Your Personal Data\\u003c/h3\\u003e\\n\\u003cp\\u003eThe Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal obligations (for example, if we are required to retain your data to comply with applicable laws), resolve disputes, and enforce our legal agreements and policies.\\u003c/p\\u003e\\n\\u003cp\\u003eThe Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for a shorter period of time, except when this data is used to strengthen the security or to improve the functionality of Our Service, or We are legally obligated to retain this data for longer time periods.\\u003c/p\\u003e\\n\\u003ch3\\u003eTransfer of Your Personal Data\\u003c/h3\\u003e\\n\\u003cp\\u003eYour information, including Personal Data, is processed at the Company\'s operating offices and in any other places where the parties involved in the processing are located. It means that this information may be transferred to — and maintained on — computers located outside of Your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.\\u003c/p\\u003e\\n\\u003cp\\u003eYour consent to this Privacy Policy followed by Your submission of such information represents Your agreement to that transfer.\\u003c/p\\u003e\\n\\u003cp\\u003eThe Company will take all steps reasonably necessary to ensure that Your data is treated securely and in accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization or a country unless there are adequate controls in place including the security of Your data and other personal information.\\u003c/p\\u003e\\n\\u003ch3\\u003eDelete Your Personal Data\\u003c/h3\\u003e\\n\\u003cp\\u003eYou have the right to delete or request that We assist in deleting the Personal Data that We have collected about You.\\u003c/p\\u003e\\n\\u003cp\\u003eOur Service may give You the ability to delete certain information about You from within the Service.\\u003c/p\\u003e\\n\\u003cp\\u003eYou may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, and visiting the account settings section that allows you to manage Your personal information. You may also contact Us to request access to, correct, or delete any personal information that You have provided to Us.\\u003c/p\\u003e\\n\\u003cp\\u003ePlease note, however, that We may need to retain certain information when we have a legal obligation or lawful basis to do so.\\u003c/p\\u003e\\n\\u003ch3\\u003eDisclosure of Your Personal Data\\u003c/h3\\u003e\\n\\u003ch4\\u003eBusiness Transactions\\u003c/h4\\u003e\\n\\u003cp\\u003eIf the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy Policy.\\u003c/p\\u003e\\n\\u003ch4\\u003eLaw enforcement\\u003c/h4\\u003e\\n\\u003cp\\u003eUnder certain circumstances, the Company may be required to disclose Your Personal Data if required to do so by law or in response to valid requests by public authorities (e.g. a court or a government agency).\\u003c/p\\u003e\\n\\u003ch4\\u003eOther legal requirements\\u003c/h4\\u003e\\n\\u003cp\\u003eThe Company may disclose Your Personal Data in the good faith belief that such action is necessary to:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003eComply with a legal obligation\\u003c/li\\u003e\\n\\u003cli\\u003eProtect and defend the rights or property of the Company\\u003c/li\\u003e\\n\\u003cli\\u003ePrevent or investigate possible wrongdoing in connection with the Service\\u003c/li\\u003e\\n\\u003cli\\u003eProtect the personal safety of Users of the Service or the public\\u003c/li\\u003e\\n\\u003cli\\u003eProtect against legal liability\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003ch3\\u003eSecurity of Your Personal Data\\u003c/h3\\u003e\\n\\u003cp\\u003eThe security of Your Personal Data is important to Us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable means to protect Your Personal Data, We cannot guarantee its absolute security.\\u003c/p\\u003e\\n\\u003ch2\\u003eChildren\'s Privacy\\u003c/h2\\u003e\\n\\u003cp\\u003eOur Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your child has provided Us with Personal Data, please contact Us. If We become aware that We have collected Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to remove that information from Our servers.\\u003c/p\\u003e\\n\\u003cp\\u003eIf We need to rely on consent as a legal basis for processing Your information and Your country requires consent from a parent, We may require Your parent\'s consent before We collect and use that information.\\u003c/p\\u003e\\n\\u003ch2\\u003eLinks to Other Websites\\u003c/h2\\u003e\\n\\u003cp\\u003eOur Service may contain links to other websites that are not operated by Us. If You click on a third party link, You will be directed to that third party\'s site. We strongly advise You to review the Privacy Policy of every site You visit.\\u003c/p\\u003e\\n\\u003cp\\u003eWe have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.\\u003c/p\\u003e\\n\\u003ch2\\u003eChanges to this Privacy Policy\\u003c/h2\\u003e\\n\\u003cp\\u003eWe may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new Privacy Policy on this page.\\u003c/p\\u003e\\n\\u003cp\\u003eWe will let You know via email and/or a prominent notice on Our Service, prior to the change becoming effective and update the \\u0022Last updated\\u0022 date at the top of this Privacy Policy.\\u003c/p\\u003e\\n\\u003cp\\u003eYou are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.\\u003c/p\\u003e\\n\\u003ch2\\u003eContact Us\\u003c/h2\\u003e\\n\\u003cp\\u003eIf you have any questions about this Privacy Policy, You can contact us:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003eBy visiting this page on our website: \\u003ca href=\\u0022https://www.swansondentalgroupreno.com/contact\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022external nofollow noopener\\u0022\\u003ehttps://www.swansondentalgroupreno.com/contact\\u003c/a\\u003e\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003cli\\u003e\\n\\u003cp\\u003eBy phone number: 775.825.9225\\u003c/p\\u003e\\n\\u003c/li\\u003e\\n\\u003c/ul\\u003e\"}} /-->','Privacy Policy','','publish','closed','open','','privacy-policy','','','2024-05-03 19:18:05','2024-05-03 19:18:05','',0,'https://swansonreno.wpenginepowered.com/?page_id=3',0,'page','',0),(7,1,'2024-04-05 17:14:43','2024-04-05 17:14:43','<!-- wp:carbon-fields/hero {\"data\":{\"background\":175,\"text\":\"\\u003ch1\\u003eLocally Owned in Reno, NV\\u003c/h1\\u003e\\n\\u003cp\\u003eSwanson Dental Group is committed to maintaining, restoring, and enhancing the natural beauty of our patients’ smiles. Conveniently located in Reno, NV, all dentistry is performed and supervised by Dr. Garrett Swanson.\\u003c/p\\u003e\",\"backgrounds\":[{\"_id\":\"cf-Pnr10GUL2dc2QwqMSGuXX\",\"_type\":\"_\",\"image\":181}]}} /-->\n\n<!-- wp:carbon-fields/icons-and-text {\"data\":{\"header\":\"Services we offer\",\"features\":[{\"_id\":\"cf-Pec7WHiS5dqbwfhwUUaQj\",\"_type\":\"_\",\"icon\":14,\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003ePreventative Care\\u003c/strong\\u003e\\u003cbr /\\u003eTeeth Cleaning\\u003cbr /\\u003eDental Sealants\\u003cbr /\\u003ePeriodontal Treatment\\u003c/p\\u003e\"},{\"_id\":\"cf-V8iIjEk1I2m9cgNhl7WMb\",\"_type\":\"_\",\"icon\":15,\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eRestorative Treatments\\u003c/strong\\u003e\\u003cbr /\\u003eComposite Resin Fillings\\u003cbr /\\u003eImplants\\u003cbr /\\u003eBridges\\u003cbr /\\u003eDentures and Partial Dentures\\u003cbr /\\u003eRoot Canal Therapy\\u003c/p\\u003e\"},{\"_id\":\"cf-Pyyv3JPnpvoidnJXIJ2UO\",\"_type\":\"_\",\"icon\":17,\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eCosmetic Dentistry\\u003c/strong\\u003e\\u003cbr /\\u003eCosmetic Veneers and Crowns\\u003cbr /\\u003eCustom Teeth Whitening\\u003cbr /\\u003eEnamel Microabrasion\\u003c/p\\u003e\"},{\"_id\":\"cf-4qrIoQE3WhZaQlHl06JLB\",\"_type\":\"_\",\"icon\":18,\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eSpecialty Services\\u003c/strong\\u003e\\u003cbr /\\u003eNitrous Oxide\\u003cbr /\\u003eEmergency Service and Extractions\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:carbon-fields/home-appointments {\"data\":{\"image\":43,\"text\":\"\\u003ch2\\u003eContact Us\\u003c/h2\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/blue-banner {\"data\":{\"text\":\"\\u003ch2 style=\\u0022text-align: center;\\u0022\\u003eAlready a Swanson Dental Group Patient?\\u003c/h2\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003ca class=\\u0022btn\\u0022 href=\\u0022https://swansonreno.wpenginepowered.com/patient-center/\\u0022\\u003ePatient Wellness Center\\u003c/a\\u003e\\u003c/p\\u003e\",\"image\":150}} /-->\n\n<!-- wp:block {\"ref\":32} /-->','Home','','publish','closed','closed','','home','','','2024-06-03 22:05:08','2024-06-03 22:05:08','',0,'https://swansonreno.wpenginepowered.com/?page_id=7',0,'page','',0),(8,1,'2024-04-05 17:07:22','2024-04-05 17:07:22','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-04-05 17:07:22','2024-04-05 17:07:22','',0,'https://swansonreno.wpenginepowered.com/?p=8',0,'wp_navigation','',0),(10,1,'2024-04-05 17:16:34','2024-04-05 17:16:34','','reviewsbg','','inherit','open','closed','','reviewsbg','','','2024-04-05 17:16:34','2024-04-05 17:16:34','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/reviewsbg.jpg',0,'attachment','image/jpeg',0),(11,1,'2024-04-05 17:18:41','2024-04-05 17:18:41','','homehero','','inherit','open','closed','','homehero','','','2024-04-05 17:18:41','2024-04-05 17:18:41','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/homehero.jpg',0,'attachment','image/jpeg',0),(14,1,'2024-04-18 17:48:04','2024-04-18 17:48:04','','preventativecare','','inherit','open','closed','','preventativecare','','','2024-04-18 17:48:04','2024-04-18 17:48:04','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/preventativecare.svg',0,'attachment','image/svg+xml',0),(15,1,'2024-04-18 17:48:19','2024-04-18 17:48:19','','restorativetreatments','','inherit','open','closed','','restorativetreatments','','','2024-04-18 17:48:19','2024-04-18 17:48:19','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/restorativetreatments.svg',0,'attachment','image/svg+xml',0),(17,1,'2024-04-18 17:48:28','2024-04-18 17:48:28','','cosmeticdentistry','','inherit','open','closed','','cosmeticdentistry','','','2024-04-18 17:48:28','2024-04-18 17:48:28','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/cosmeticdentistry.svg',0,'attachment','image/svg+xml',0),(18,1,'2024-04-18 17:48:38','2024-04-18 17:48:38','','specialtyservices','','inherit','open','closed','','specialtyservices','','','2024-04-18 17:48:38','2024-04-18 17:48:38','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/specialtyservices.svg',0,'attachment','image/svg+xml',0),(19,1,'2024-04-18 18:42:53','2024-04-18 18:42:53','<!-- wp:carbon-fields/hero {\"data\":{\"background\":35,\"text\":\"\\u003ch1\\u003ePreventative Dental Care at Swanson Dental Group\\u003c/h1\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group in Reno, Nevada, we believe that prevention is the cornerstone of good oral health. Our preventative dental care services are designed to help our patients achieve and maintain healthy smiles for life. From routine teeth cleanings to specialized treatments, we are committed to providing personalized care that meets the unique needs of each individual.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/services-overview {\"data\":{\"service_category\":\"preventative_care\",\"image\":151,\"text\":\"\\u003ch2\\u003eWhy Preventative Care Matters\\u003c/h2\\u003e\\n\\u003cp\\u003ePreventative dental care plays a crucial role in safeguarding your oral health and overall well-being. By taking proactive measures to prevent dental problems before they arise, you can avoid costly and invasive treatments down the road. Regular dental check-ups and cleanings are essential for detecting issues early and addressing them promptly, ensuring that your smile remains healthy and beautiful.\\u003c/p\\u003e\",\"grid_intro\":\"\\u003ch2\\u003ePreventative Care Services in Reno, NV\\u003c/h2\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/blue-banner {\"data\":{\"text\":\"\\u003ch2\\u003eYour Local Reno, NV Partner in Oral Health\\u003c/h2\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we are committed to being your partner in oral health. Our compassionate dental team will work closely with you to develop a personalized preventative care plan that meets your needs and fits your lifestyle. Whether you\'re due for a routine cleaning or require more advanced treatment, you can trust us to provide the highest quality care in a warm and welcoming environment.\\u003c/p\\u003e\\n\\u003cp\\u003eTake the first step toward a healthier smile today. Schedule your preventative care appointment with Swanson Dental Group and experience the difference that comprehensive dental care can make.\\u003c/p\\u003e\",\"image\":65}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Services','','publish','closed','closed','','services','','','2024-05-13 19:58:57','2024-05-13 19:58:57','',0,'https://swansonreno.wpenginepowered.com/?page_id=19',0,'page','',0),(20,1,'2024-04-18 18:43:27','2024-04-18 18:43:27','<!-- wp:carbon-fields/hero {\"data\":{\"background\":176,\"text\":\"\\u003ch1\\u003eAbout Us\\u003c/h1\\u003e\\u003cp\\u003eLocated in Reno, NV, Swanson Dental Group welcomes patients of all ages and offers a full scope of dental and oral health services. Please feel free to learn more about us, we’d love the opportunity to help you and your family in any way that we can.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/our-team {\"data\":{\"image\":180,\"text\":\"\\u003ch2\\u003eOur Team\\u003c/h2\\u003e\\n\\u003cp\\u003eThe highly trained staff at Swanson Dental Group understand the importance of dental health as it relates to overall health. We are here to help our patients improve both.\\u003c/p\\u003e\\n\\u003cp\\u003eOur expert front office can assist in navigating the confusing world of dental insurance. With regard to insurances and financial obligations, our objective is always to be as transparent as possible.\\u003c/p\\u003e\\n\\u003cp\\u003eTogether, we welcome you to our office and pledge to make your comfort and your health our priority.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/blue-banner {\"data\":{\"text\":\"\\u003ch2\\u003eOur Office\\u003c/h2\\u003e\\n\\u003cp\\u003eOur philosophy is to take a conservative approach to dentistry, using state-of-the-art technology, and to create healthy, beautiful smiles that our patients can confidently display for years to come. This philosophy stems from a very simple, yet profound belief: We treat our patients the way we would like to be treated.\\u003c/p\\u003e\\n\\u003cp\\u003eThe quality of treatment and care that we deliver is of the utmost importance and we hope it shows when you join our small family at your first visit. \\u003c/p\\u003e\",\"image\":66}} /-->\n\n<!-- wp:carbon-fields/dr-swanson {\"data\":{\"image\":177,\"text\":\"\\u003ch2\\u003eMeet Dr. Garrett Swanson\\u003c/h2\\u003e\\n\\u003cp\\u003eDr. Garrett Swanson has the pleasure and privilege to serve people in the Reno area as well as the surrounding communities of Northern Nevada. First and foremost, Dr. Swanson recognizes that a trip to the dentist is traditionally not on most patients’ list of favorite activities. He understands that a dentist and a proctologist have a lot in common when it comes to peoples’ desire to visit, which is to say it can be severely lacking at times. It is this pervasive stigma of dentistry that he strives to change in the minds of his patients and hopefully in the community as a whole. Although his wife may sometimes disagree, Dr. Swanson is a great listener and takes the time to understand your concerns and goals related to your oral health. He is committed to restoring optimum oral health, and enhancing the natural beauty of each patient’s smile.\\u003c/p\\u003e\\n\\u003cp\\u003eDr. Swanson takes great pride in owning his local Reno private dental practice, which enables him to deliver personalized care of the highest quality. As a dentist devoted to lifelong learning, Dr. Swanson enjoys furthering his education by attending many dental courses each year so he can continue to provide the best possible treatment to his patients.\\u003c/p\\u003e\\n\\u003cp\\u003eBorn in the Chicago suburbs and raised in Nevada, Dr. Swanson is an alumnus of the University of Nevada, Reno, where he received his Bachelors degree and fell in love with the Reno area. He went on to study dentistry at the UNLV School of Dental Medicine, receiving his degree as a Doctor of Dental Medicine, and has been practicing in Reno, NV ever since.\\u003c/p\\u003e\\n\\u003cp\\u003eDr. Garrett Swanson is an active member of the following organizations:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003eNorthern Nevada Dental Society, serving as current Vice President\\u003c/li\\u003e\\n\\u003cli\\u003eAcademy of General Dentistry\\u003c/li\\u003e\\n\\u003cli\\u003eNevada Dental Association, serving as a Delegate\\u003c/li\\u003e\\n\\u003cli\\u003eAmerican Dental Association\\u003c/li\\u003e\\n\\u003cli\\u003eAmerican Academy of Implant Dentistry\\u003c/li\\u003e\\n\\u003cli\\u003eSpear Study Club\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003cp\\u003eWhen out of the office, Dr. Swanson loves to be in the great outdoors, whether its hiking, camping, mountain biking, or just exploring the beautiful landscapes of northern Nevada with his wife, Ana, and two boys. Dr. Swanson is a big lover of music, the arts, and has come to enjoy the craft of woodworking.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:block {\"ref\":32} /-->','About Us','','publish','closed','closed','','about-us','','','2024-06-03 21:11:16','2024-06-03 21:11:16','',0,'https://swansonreno.wpenginepowered.com/?page_id=20',0,'page','',0),(21,1,'2024-04-18 18:43:46','2024-04-18 18:43:46','<!-- wp:carbon-fields/contact-top {\"data\":{\"text\":\"\\u003ch1\\u003eContact Us\\u003c/h1\\u003e\\n\\u003cp\\u003e4101 Caughlin Square, Suite #6\\u003cbr /\\u003eReno, NV 89519\\u003c/p\\u003e\\n\\u003cp\\u003eP: 775.825.9225\\u003cbr /\\u003eF: 775.825.9366\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eOffice Hours:\\u003c/strong\\u003e\\u003cbr /\\u003eM-T: 8-5pm\\u003cbr /\\u003eW-Th: 7-3:30pm\\u003cbr /\\u003eF: 8-1pm\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003ca href=\\u0022#\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cimg class=\\u0022alignnone size-full wp-image-46\\u0022 src=\\u0022https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/contactfacebook.svg\\u0022 alt=\\u0022\\u0022 width=\\u002219\\u0022 height=\\u002219\\u0022 /\\u003e\\u003c/a\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022#\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cimg class=\\u0022alignnone wp-image-47 size-full\\u0022 src=\\u0022https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/contacttwitter.svg\\u0022 alt=\\u0022\\u0022 width=\\u002221\\u0022 height=\\u002217\\u0022 /\\u003e\\u003c/a\\u003e\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u0026nbsp;\\u003ca href=\\u0022#\\u0022 target=\\u0022_blank\\u0022 rel=\\u0022noopener\\u0022\\u003e\\u003cimg class=\\u0022alignnone wp-image-48 size-full\\u0022 src=\\u0022https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/contactyoutube.svg\\u0022 alt=\\u0022\\u0022 width=\\u002224\\u0022 height=\\u002217\\u0022 /\\u003e\\u003c/a\\u003e\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/map /-->\n\n<!-- wp:block {\"ref\":32} /-->','Contact','','publish','closed','closed','','contact','','','2024-05-10 02:23:14','2024-05-10 02:23:14','',0,'https://swansonreno.wpenginepowered.com/?page_id=21',0,'page','',0),(22,1,'2024-04-23 17:25:21','2024-04-18 18:47:53',' ','','','publish','closed','closed','','22','','','2024-04-23 17:25:21','2024-04-23 17:25:21','',0,'https://swansonreno.wpenginepowered.com/?p=22',4,'nav_menu_item','',0),(23,1,'2024-04-23 17:25:21','2024-04-18 18:47:53',' ','','','publish','closed','closed','','23','','','2024-04-23 17:25:21','2024-04-23 17:25:21','',0,'https://swansonreno.wpenginepowered.com/?p=23',2,'nav_menu_item','',0),(24,1,'2024-04-23 17:25:21','2024-04-18 18:47:52',' ','','','publish','closed','closed','','24','','','2024-04-23 17:25:21','2024-04-23 17:25:21','',0,'https://swansonreno.wpenginepowered.com/?p=24',1,'nav_menu_item','',0),(25,1,'2024-04-23 17:25:21','2024-04-18 18:47:53','','News','','publish','closed','closed','','news','','','2024-04-23 17:25:21','2024-04-23 17:25:21','',0,'https://swansonreno.wpenginepowered.com/?p=25',3,'nav_menu_item','',0),(26,1,'2024-04-23 17:25:30','2024-04-18 18:57:47',' ','','','publish','closed','closed','','26','','','2024-04-23 17:25:30','2024-04-23 17:25:30','',0,'https://swansonreno.wpenginepowered.com/?p=26',3,'nav_menu_item','',0),(27,1,'2024-04-23 17:25:30','2024-04-18 18:57:47',' ','','','publish','closed','closed','','27','','','2024-04-23 17:25:30','2024-04-23 17:25:30','',0,'https://swansonreno.wpenginepowered.com/?p=27',2,'nav_menu_item','',0),(28,1,'2024-04-23 17:25:30','2024-04-18 18:57:47',' ','','','publish','closed','closed','','28','','','2024-04-23 17:25:30','2024-04-23 17:25:30','',0,'https://swansonreno.wpenginepowered.com/?p=28',1,'nav_menu_item','',0),(29,1,'2024-04-23 17:25:30','2024-04-18 18:57:47','','News','','publish','closed','closed','','news-2','','','2024-04-23 17:25:30','2024-04-23 17:25:30','',0,'https://swansonreno.wpenginepowered.com/?p=29',4,'nav_menu_item','',0),(32,1,'2024-04-19 16:36:17','2024-04-19 16:36:17','<!-- wp:carbon-fields/reviews {\"data\":{\"background\":10,\"reviews\":[{\"_id\":\"cf-zR_9u77Or9DnkEZf3ssXw\",\"_type\":\"_\",\"text\":\"\\u003cp\\u003eHaving been in the dental field for over ten years, I appreciate and value high quality dentistry. Dr. Garrett Swanson not only has amazing bed-side manner but his attention to detail, perfectionism, and genuine interest in his patients\' health makes his dentistry and service exceptional...\\u003c/p\\u003e\",\"source\":\"Brigette S.\"},{\"_id\":\"cf-qbrRQ85H1ePcNeUylV97q\",\"_type\":\"_\",\"text\":\"\\u003cp\\u003eI love Swanson Dental! Dr. Swanson is a people person and he cares about his patients and how they are doing. He doesnt try to push procedures for the extra money and he explains every option. He is the ONLY Dentist who has been able to get me numb the first time, rather than me having to stop and ask for more. All around, the hygienist and the staff are very Professional and kind and know what they\'re doing here! I highly recommend this Office!\\u003c/p\\u003e\",\"source\":\"Sarah C.\"},{\"_id\":\"cf-12uRgV9PycLNmgFDhzPc6\",\"_type\":\"_\",\"text\":\"\\u003cp\\u003eI had a in-house teeth whitening with Dr. Swanson and staff. In one hour, they were able to make my teeth gleaming white. Very happy with how great my teeth look. So much easier then messing with at home treatments. Totally recommend.\\u003c/p\\u003e\",\"source\":\"Theresa R.\"},{\"_id\":\"cf-C_bzIMzR_bjAYoUkkbxwD\",\"_type\":\"_\",\"text\":\"\\u003cp\\u003eThis place makes trips to the dentist pleasant and uplifting! I recommend them to anyone and everyone. Dr. Garrett Swanson is patient, encouraging and all around the best dentist I’ve ever seen. What’s more - the staff are all just as awesome! Would give 6 stars if I could!\\u003c/p\\u003e\",\"source\":\"Shannie M.\"}]}} /-->','Reviews','','publish','closed','closed','','reviews','','','2024-05-21 23:40:56','2024-05-21 23:40:56','',0,'https://swansonreno.wpenginepowered.com/2024/04/19/reviews/',0,'wp_block','',0),(34,1,'2024-04-19 17:01:16','2024-04-19 17:01:16','<!-- wp:carbon-fields/hero {\"data\":{\"background\":37,\"text\":\"\\u003ch1\\u003ePatient Center\\u003c/h1\\u003e\\n\\u003cp\\u003eLocated in Reno, NV, Swanson Dental Group welcomes patients of all ages and offers a full scope of dental and oral health services. Please feel free to learn more about us, we’d love the opportunity to help you and your family in any way that we can.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/patient-center-top {\"data\":{\"form_text\":\"\\u003ch2\\u003eContact Us\\u003c/h2\\u003e\",\"text\":\"\\u003ch2\\u003ePatient Forms\\u003c/h2\\u003e\\n\\u003cp\\u003eIf you are a new patient to Swanson Dental Group, we politely request that you arrive 30mins prior to your very first appointment at our Reno office in order to fill out paperwork and allow us time to get your information into our system. If you would like to save time, you may complete the following forms prior to your first appointment:\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003ca class=\\u0022pfdl\\u0022 href=\\u0022#\\u0022\\u003eMedical History\\u003c/a\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003ca class=\\u0022pfdl\\u0022 href=\\u0022#\\u0022\\u003ePatient Info\\u003c/a\\u003e\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/insurance {\"data\":{\"image\":50,\"text\":\"\\u003ch2\\u003eInsurance\\u003c/h2\\u003e\\n\\u003cp\\u003eThe cost of your treatment will vary depending on your individual dental needs and treatment plan. We will always discuss the cost of your treatment and any available payment options before you begin, so that you can make the best choice for you.\\u003c/p\\u003e\\n\\u003cp\\u003eWe accept many dental insurance plans and as a courtesy, we will file your insurance claim for you whenever possible. Otherwise, we are happy to assist you in filing your claim or answer any questions you may have about our practice and your dental insurance coverage.\\u003c/p\\u003e\\n\\u003cp\\u003eIn addition to dental insurance, we accept major credit cards, checks and cash. No-interest dental financing is accepted through CareCredit.\\u003c/p\\u003e\\n\\u003cp\\u003eWe understand that the world of dental insurance can be very confusing, so please use us as your resource when trying to navigate through the insurance maze. It is also very important that you inform us of any changes to your insurance, as it will directly impact your out-of-pocket expense.\\u003c/p\\u003e\\n\\u003cp\\u003eUnless you have made other arrangements in advance, we require payment for services at the time of your visit.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:block {\"ref\":32} /-->','Patient Center','','publish','closed','closed','','patient-center','','','2024-05-02 22:59:19','2024-05-02 22:59:19','',0,'https://swansonreno.wpenginepowered.com/?page_id=34',0,'page','',0),(35,1,'2024-04-19 17:03:01','2024-04-19 17:03:01','','serviceshero@2x','','inherit','open','closed','','serviceshero2x','','','2024-04-19 17:03:01','2024-04-19 17:03:01','',19,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/serviceshero@2x.jpg',0,'attachment','image/jpeg',0),(37,1,'2024-04-19 17:04:29','2024-04-19 17:04:29','','abouthero@2x','','inherit','open','closed','','abouthero2x','','','2024-04-19 17:04:29','2024-04-19 17:04:29','',20,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/abouthero@2x.jpg',0,'attachment','image/jpeg',0),(38,1,'2024-04-23 17:25:30','2024-04-19 17:07:03',' ','','','publish','closed','closed','','38','','','2024-04-23 17:25:30','2024-04-23 17:25:30','',0,'https://swansonreno.wpenginepowered.com/?p=38',5,'nav_menu_item','',0),(39,1,'2024-04-22 02:03:16','2024-04-22 02:03:16','<div class=\"field left\">[text* first-name placeholder \"First Name*\"]</div><div class=\"field right\">[text* last-name placeholder \"Last Name*\"]</div><div class=\"field left\">[tel* phone placeholder \"Phone*\"]</div><div class=\"field right\">[email email placeholder \"Email Address\"]</div><div class=\"field wide\">[textarea comments placeholder \"What is the reason for your appointment? If you have any questions or concerns, please put them here.\"]</div><div class=\"submitpar\">[submit class:btn \"Send Message\"]</div>\n1\nContact Submission\n[_site_title] <wordpress@swansonreno.wpenginepowered.com>\n[_site_admin_email]\nName: [first-name] [last-name] \r\nPhone: [phone]\r\nEmail: [email]\r\n\r\nComments:\r\n[comments]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\nReply-To: noreply@wpenginedpowered.com\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@swansonreno.wpenginepowered.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\n\n\n\nYour appointment request has been sent. Thank you.\nThere was an error trying to send your message. Please try again later.\nPlease fill out all required fields.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.\nflamingo_email: \"[email]\"\r\nflamingo_name: \"[first-name] [last-name]\"\r\nflamingo_subject: \"New Appointment\"','Schedule an Appointment','','publish','closed','closed','','contact-form-1','','','2024-05-02 23:00:14','2024-05-02 23:00:14','',0,'https://swansonreno.wpenginepowered.com/?post_type=wpcf7_contact_form&p=39',0,'wpcf7_contact_form','',0),(40,1,'2024-04-30 22:54:38','2024-04-30 22:54:38','edpalmquist@gmail.com\nswansonreno','edpalmquist@gmail.com','','publish','closed','closed','','edpalmquist-gmail-com','','','2024-04-30 22:54:38','2024-04-30 22:54:38','',0,'https://swansonreno.wpenginepowered.com/?p=40',0,'flamingo_contact','',0),(41,1,'2024-04-22 02:03:49','2024-04-22 02:03:49','wapuu@wordpress.example\nA WordPress Commenter','wapuu@wordpress.example','','publish','closed','closed','','wapuu-wordpress-example','','','2024-04-22 02:03:49','2024-04-22 02:03:49','',0,'https://swansonreno.wpenginepowered.com/?p=41',0,'flamingo_contact','',0),(43,1,'2024-04-22 02:14:08','2024-04-22 02:14:08','','homeoffice@2x','','inherit','open','closed','','homeoffice2x','','','2024-04-22 02:14:08','2024-04-22 02:14:08','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/homeoffice@2x.jpg',0,'attachment','image/jpeg',0),(44,1,'2024-04-22 02:44:22','2024-04-22 02:44:22','<div class=\"field left\">[text* first-name placeholder \"First Name*\"]</div><div class=\"field right\">[text* last-name placeholder \"Last Name*\"]</div><div class=\"field left\">[tel* phone placeholder \"Phone*\"]</div><div class=\"field right\">[email email placeholder \"Email Address\"]</div><div class=\"field wide\">[textarea comments placeholder \"What is the reason for your appointment? If you have any questions or concerns, please put them here.\"]</div><div class=\"submitpar\">[submit class:btn \"Send Message\"]</div>\n1\nContact Submission\n[_site_title] <wordpress@swansonreno.wpenginepowered.com>\n[_site_admin_email]\nName: [first-name] [last-name] \r\nPhone: [phone]\r\nEmail: [email]\r\n\r\nComments:\r\n[comments]\r\n\r\n-- \r\nThis is a notification that a contact form was submitted on your website ([_site_title] [_site_url]).\nReply-To: noreply@wpenginedpowered.com\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] <wordpress@swansonreno.wpenginepowered.com>\n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis email is a receipt for your contact form submission on our website ([_site_title] [_site_url]) in which your email address was used. If that was not you, please ignore this message.\nReply-To: [_site_admin_email]\n\n\n\nYour appointment request has been sent. Thank you.\nThere was an error trying to send your message. Please try again later.\nPlease fill out all required fields.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nPlease fill out this field.\nThis field has a too long input.\nThis field has a too short input.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe uploaded file is too large.\nThere was an error uploading the file.\nPlease enter a date in YYYY-MM-DD format.\nThis field has a too early date.\nThis field has a too late date.\nPlease enter a number.\nThis field has a too small number.\nThis field has a too large number.\nThe answer to the quiz is incorrect.\nPlease enter an email address.\nPlease enter a URL.\nPlease enter a telephone number.\nflamingo_email: \"[email]\"\r\nflamingo_name: \"[first-name] [last-name]\"\r\nflamingo_subject: \"Contact Submission\"','Contact Us','','publish','closed','closed','','schedule-an-appointment_copy','','','2024-04-22 02:44:48','2024-04-22 02:44:48','',0,'https://swansonreno.wpenginepowered.com/?post_type=wpcf7_contact_form&p=44',0,'wpcf7_contact_form','',0),(46,1,'2024-04-22 02:55:11','2024-04-22 02:55:11','','contactfacebook','','inherit','open','closed','','contactfacebook','','','2024-04-22 02:55:11','2024-04-22 02:55:11','',21,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/contactfacebook.svg',0,'attachment','image/svg+xml',0),(47,1,'2024-04-22 02:55:11','2024-04-22 02:55:11','','contacttwitter','','inherit','open','closed','','contacttwitter','','','2024-04-22 02:55:11','2024-04-22 02:55:11','',21,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/contacttwitter.svg',0,'attachment','image/svg+xml',0),(48,1,'2024-04-22 02:55:11','2024-04-22 02:55:11','','contactyoutube','','inherit','open','closed','','contactyoutube','','','2024-04-22 02:55:11','2024-04-22 02:55:11','',21,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/contactyoutube.svg',0,'attachment','image/svg+xml',0),(50,1,'2024-04-22 03:38:38','2024-04-22 03:38:38','','pfinsurance@2x','','inherit','open','closed','','pfinsurance2x','','','2024-04-22 03:38:38','2024-04-22 03:38:38','',34,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/pfinsurance@2x.jpg',0,'attachment','image/jpeg',0),(52,1,'2024-04-22 03:50:18','2024-04-22 03:50:18','','ourteam@2x','','inherit','open','closed','','ourteam2x','','','2024-04-22 03:50:18','2024-04-22 03:50:18','',20,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/ourteam@2x.jpg',0,'attachment','image/jpeg',0),(55,1,'2024-04-22 04:02:29','2024-04-22 04:02:29','','drswanson@2x','','inherit','open','closed','','drswanson2x','','','2024-04-22 04:02:29','2024-04-22 04:02:29','',20,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/drswanson@2x.jpg',0,'attachment','image/jpeg',0),(56,1,'2024-04-22 04:18:31','2024-04-22 04:18:31','','askus@2x','','inherit','open','closed','','askus2x','','','2024-04-22 04:18:31','2024-04-22 04:18:31','',19,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/askus@2x.jpg',0,'attachment','image/jpeg',0),(58,1,'2024-04-22 04:24:55','2024-04-22 04:24:55','<!-- wp:carbon-fields/ask-us-banner {\"data\":{\"background\":56,\"text\":\"\\u003cp\\u003eWe make your comfort and health our top priority.\\u003cbr /\\u003eAsk us how we can help!\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003ca class=\\u0022btn\\u0022 href=\\u0022https://swansonreno.wpenginepowered.com/contact/\\u0022\\u003eContact Us\\u003c/a\\u003e\\u003c/p\\u003e\"}} /-->','Ask Us Banner','','publish','closed','closed','','as-us-banner','','','2024-04-22 04:37:37','2024-04-22 04:37:37','',0,'https://swansonreno.wpenginepowered.com/2024/04/22/as-us-banner/',0,'wp_block','',0),(59,1,'2024-04-22 04:26:29','2024-04-22 04:26:29','','Services','','publish','closed','closed','','service','','','2024-05-01 00:17:57','2024-05-01 00:17:57','',0,'https://swansonreno.wpenginepowered.com/?post_type=_pods_pod&p=59',0,'_pods_pod','',0),(60,1,'2024-04-22 04:26:30','2024-04-22 04:26:30','','More Fields','','publish','closed','closed','','more_fields','','','2024-05-01 00:17:58','2024-05-01 00:17:58','',59,'https://swansonreno.wpenginepowered.com/?post_type=_pods_group&p=60',0,'_pods_group','',0),(61,1,'2024-04-22 04:34:31','2024-04-22 04:34:31','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":74,\"text\":\"\\u003ch1\\u003eNitrous Oxide Dentistry in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003eAre you anxious? Do you experience dental anxiety or have a strong gag reflex? We’re here to ease your concerns. Nitrous oxide provides a safe and effective method to ensure your dental treatment in Reno, Nevada, is a comfortable and stress-free experience.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eWhat is Nitrous Oxide?\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eNitrous oxide, often referred to as “laughing gas,” is a colorless, odorless gas commonly used in dentistry. When inhaled, it provides analgesic and anxiolytic effects to help with pain and anxiety. Nitrous oxide is administered through a nasal hood that delivers a blend of nitrous oxide gas and pure oxygen. This conscious sedation method induces a calming and euphoric sensation, allowing you to feel at ease during dental procedures without losing consciousness.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eIs Nitrous Oxide the same as Laughing Gas?\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eNitrous oxide, commonly known as “laughing gas,” is a widely utilized tool in the field of dentistry. The moniker “laughing gas” owes itself to the euphoric and light-hearted sensation it can induce in patients during dental procedures. This safe and effective mild anesthetic/anxiolytic has earned its nickname due to the occasional giggles it sometimes elicits, making the dental experience more relaxed and comfortable for many. At Swanson Dental Group, we harness the power of “laughing gas” to ensure your dental visits in Reno, Nevada, are not only efficient but also light-hearted and stress-free, keeping your comfort as our top priority.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eWhy Choose Swanson Dental Group for Nitrous Oxide Dentistry?\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e1. Experienced Dentists:\\u003c/strong\\u003e Dr. Swanson is experienced in administering nitrous oxide during dental procedures. We’ve helped numerous patients in Northern Nevada overcome dental anxiety and discomfort during their dental appointments.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e2. Personalized Care:\\u003c/strong\\u003e Your comfort is our priority. Swanson Dental Group customizes the use of nitrous oxide to cater to your specific needs. If you are someone who needs a little extra help to relax in the dental chair, nitrous oxide could be just the thing to ensure your dental experience is comfortable and free of anxiety.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e3. Safety and Monitoring:\\u003c/strong\\u003e Nitrous oxide is one of the safest sedation methods in dentistry. Our dental professionals closely monitor your well-being throughout the dental procedure, adjusting the gas as needed to ensure your safety.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e4. Rapid Recovery:\\u003c/strong\\u003e Nitrous oxide has a quick recovery time. Once the nasal hood is removed, the effects of the “laughing gas” wear off rapidly, allowing you to move about normally after your dental visit.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eWho Can Benefit from Nitrous Oxide?\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eNitrous oxide in dentistry is ideal for individuals who:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003eExperience dental anxiety or fear\\u003c/li\\u003e\\n\\u003cli\\u003eHave a low pain threshold\\u003c/li\\u003e\\n\\u003cli\\u003eSuffer from a strong gag reflex\\u003c/li\\u003e\\n\\u003cli\\u003eRequire extensive or lengthy dental procedures, such as cleanings or dental crowns\\u003c/li\\u003e\\n\\u003cli\\u003eAre younger, such as children in need of pediatric dentistry services\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eContact Us To Learn More About Nitrous Oxide\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eReady to experience dental care that is comfortable and stress-free? Contact our dental office in Reno, Nevada today to schedule your dental appointment and discuss how nitrous oxide can enhance your dental experience.\\u003c/p\\u003e\\n\\u003cp\\u003eSwanson Dental Group is your trusted partner in achieving optimal oral health and a beautiful smile. Our offering of nitrous oxide for use during dental procedures is designed to make your dental experience in Reno, Nevada as anxiety-free as possible. Contact us today to learn more about how we can help you or to schedule a dental appointment.\\u003c/p\\u003e\",\"gallery\":[{\"_id\":\"cf-pRVrWhvSURGFO0T5LbwCi\",\"_type\":\"_\",\"image\":76},{\"_id\":\"cf-xRzUFsN_YTZl2DT6Aeosg\",\"_type\":\"_\",\"image\":77}]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Nitrous Oxide','','publish','closed','closed','','nitrous-oxide','','','2024-05-01 00:23:42','2024-05-01 00:23:42','',0,'https://swansonreno.wpenginepowered.com/?post_type=service&p=61',11,'service','',0),(64,1,'2024-04-22 05:09:59','2024-04-22 05:09:59','','homepatientcta@2x','','inherit','open','closed','','homepatientcta2x','','','2024-04-22 05:09:59','2024-04-22 05:09:59','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/homepatientcta@2x.jpg',0,'attachment','image/jpeg',0),(65,1,'2024-04-22 05:14:37','2024-04-22 05:14:37','','emergencycta@2x','','inherit','open','closed','','emergencycta2x','','','2024-04-22 05:14:37','2024-04-22 05:14:37','',19,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/emergencycta@2x.jpg',0,'attachment','image/jpeg',0),(66,1,'2024-04-22 05:15:59','2024-04-22 05:15:59','','ouroffice@2x','','inherit','open','closed','','ouroffice2x','','','2024-04-22 05:15:59','2024-04-22 05:15:59','',20,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/ouroffice@2x.jpg',0,'attachment','image/jpeg',0),(68,1,'2024-04-22 17:40:27','2024-04-22 17:40:27','','preventativecare@2x','','inherit','open','closed','','preventativecare2x','','','2024-04-22 17:40:27','2024-04-22 17:40:27','',19,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/preventativecare@2x.jpg',0,'attachment','image/jpeg',0),(70,1,'2024-04-22 18:08:38','2024-04-22 18:08:38','<!-- wp:carbon-fields/hero {\"data\":{\"background\":35,\"text\":\"\\u003ch1\\u003eRestorative Dental Treatments in Reno, NV\\u003c/h1\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we understand that dental issues can arise, and restoring the health and function of your smile is our top priority. Our range of restorative dental treatments are designed to address a variety of oral health concerns, from repairing damaged teeth to replacing missing ones. With advanced techniques and compassionate care, we can help you regain confidence in your smile and enjoy optimal oral health for years to come.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/services-overview {\"data\":{\"service_category\":\"restorative_treatments\",\"image\":153,\"text\":\"\\u003ch2\\u003eWhy Restorative Treatments Are Important\\u003c/h2\\u003e\\n\\u003cp\\u003eRestorative dental treatments play a vital role in preserving the health and integrity of your smile. Whether you\'re dealing with cavities, missing teeth, or other dental problems, addressing these issues promptly is essential for preventing further damage and maintaining the strength and functionality of your teeth. Our restorative treatments are tailored to your unique needs, providing long-lasting solutions that blend seamlessly with your natural smile.\\u003c/p\\u003e\",\"grid_intro\":\"\\u003ch2\\u003eOur Restorative Treatment Options in Reno, Nevada\\u003c/h2\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/blue-banner {\"data\":{\"text\":\"\\u003ch2\\u003eYour Path to a Healthy Smile\\u003c/h2\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we are dedicated to helping you achieve a healthy, beautiful smile that you can be proud of. Whether you need a simple filling or a complete smile makeover, our experienced dental team is here to provide the personalized care and attention you deserve. Schedule your restorative treatment consultation today and take the first step toward a brighter, healthier smile.\\u003c/p\\u003e\",\"image\":65}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Restorative Treatments','','publish','closed','closed','','restorative-treatments','','','2024-05-13 19:55:29','2024-05-13 19:55:29','',19,'https://swansonreno.wpenginepowered.com/services-copy/',0,'page','',0),(71,1,'2024-04-22 18:08:43','2024-04-22 18:08:43','<!-- wp:carbon-fields/hero {\"data\":{\"background\":35,\"text\":\"\\u003ch1\\u003eTransform Your Smile with Cosmetic Dentistry\\u003c/h1\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we believe that everyone deserves to feel confident in their smile. Our cosmetic dentistry treatments are designed to enhance the appearance of your teeth and give you the beautiful smile you\'ve always wanted. Whether you\'re dealing with stains, chips, or other imperfections, our experienced dental team can help you achieve a radiant and natural-looking smile that boosts your self-esteem and leaves a lasting impression.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/services-overview {\"data\":{\"service_category\":\"cosmetic_dentistry\",\"image\":152,\"text\":\"\\u003ch2\\u003eWhy Choose Cosmetic Dentistry?\\u003c/h2\\u003e\\n\\u003cp\\u003eCosmetic dentistry focuses on improving the aesthetics of your smile, addressing a wide range of dental imperfections to create a more harmonious and attractive appearance. Whether you\'re looking to brighten your smile, correct minor flaws, or completely transform your teeth, our cosmetic dentistry treatments can help you achieve your goals and enjoy a more confident and beautiful smile.\\u003c/p\\u003e\",\"grid_intro\":\"\\u003ch2\\u003eOur Cosmetic Dentistry Services\\u003c/h2\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/blue-banner {\"data\":{\"text\":\"\\u003ch2\\u003eYour Journey to a Radiant Smile\\u003c/h2\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we understand the importance of a beautiful and confident smile. Whether you\'re interested in subtle enhancements or a complete smile makeover, our cosmetic dentistry services are tailored to your unique needs and goals. Schedule a consultation with our experienced cosmetic dentist today and take the first step toward a brighter, more beautiful smile!\\u003c/p\\u003e\",\"image\":65}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Cosmetic Dentistry','','publish','closed','closed','','cosmetic-dentistry','','','2024-05-13 19:54:23','2024-05-13 19:54:23','',19,'https://swansonreno.wpenginepowered.com/services-copy-2/',0,'page','',0),(72,1,'2024-04-22 18:08:50','2024-04-22 18:08:50','<!-- wp:carbon-fields/hero {\"data\":{\"background\":35,\"text\":\"\\u003ch1\\u003eSpecialty Dental Care Services in Reno, NV\\u003c/h1\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we\'re committed to providing dental care that meets the unique needs of every patient. Our specialty services are designed to address specific concerns and ensure that you receive the highest quality of care in a comfortable and welcoming environment. Whether you\'re in need of sedation dentistry for anxiety relief or emergency dental services, our experienced team is here to help you achieve optimal oral health and wellness.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/services-overview {\"data\":{\"service_category\":\"specialty_services\",\"image\":\"\",\"text\":\"\\u003ch2\\u003eYour Oral Health Is Our Priority\\u003c/h2\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we understand that dental emergencies and specialized needs can arise unexpectedly. That\'s why we\'re dedicated to providing prompt, compassionate, and expert care to address your concerns and restore your oral health and wellness. Whether you\'re in need of sedation dentistry or emergency dental services, you can trust our experienced team to deliver the highest standard of care with your comfort and well-being in mind.\\u003c/p\\u003e\",\"grid_intro\":\"\\u003ch2\\u003eOur Specialty Dental Care Services\\u003c/h2\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/blue-banner {\"data\":{\"text\":\"\\u003ch2\\u003eSchedule Your Appointment Today\\u003c/h2\\u003e\\n\\u003cp\\u003eDon\'t let dental concerns or emergencies stand in the way of your oral health and wellness. Contact Swanson Dental Group today to schedule your appointment for our specialty services and experience the difference our personalized care can make for your smile!\\u003c/p\\u003e\",\"image\":65}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Specialty Services','','publish','closed','closed','','specialty-services','','','2024-05-02 23:18:26','2024-05-02 23:18:26','',19,'https://swansonreno.wpenginepowered.com/services-copy-3/',0,'page','',0),(73,1,'2024-04-22 18:12:02','2024-04-22 18:12:02','<!-- wp:carbon-fields/hero {\"data\":{\"background\":35,\"text\":\"\\u003ch1\\u003ePreventative Dental Care at Swanson Dental Group\\u003c/h1\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group in Reno, Nevada, we believe that prevention is the cornerstone of good oral health. Our preventative dental care services are designed to help our patients achieve and maintain healthy smiles for life. From routine teeth cleanings to specialized treatments, we are committed to providing personalized care that meets the unique needs of each individual.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/services-overview {\"data\":{\"service_category\":\"preventative_care\",\"image\":151,\"text\":\"\\u003ch2\\u003eWhy Preventative Care Matters\\u003c/h2\\u003e\\n\\u003cp\\u003ePreventative dental care plays a crucial role in safeguarding your oral health and overall well-being. By taking proactive measures to prevent dental problems before they arise, you can avoid costly and invasive treatments down the road. Regular dental check-ups and cleanings are essential for detecting issues early and addressing them promptly, ensuring that your smile remains healthy and beautiful.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/blue-banner {\"data\":{\"text\":\"\\u003ch2\\u003eYour Local Reno, NV Partner in Oral Health\\u003c/h2\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we are committed to being your partner in oral health. Our compassionate dental team will work closely with you to develop a personalized preventative care plan that meets your needs and fits your lifestyle. Whether you\'re due for a routine cleaning or require more advanced treatment, you can trust us to provide the highest quality care in a warm and welcoming environment.\\u003c/p\\u003e\\n\\u003cp\\u003eTake the first step toward a healthier smile today. Schedule your preventative care appointment with Swanson Dental Group and experience the difference that comprehensive dental care can make.\\u003c/p\\u003e\",\"image\":65}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Preventative Care','','publish','closed','closed','','preventative-care','','','2024-05-13 19:57:17','2024-05-13 19:57:17','',19,'https://swansonreno.wpenginepowered.com/services-copy/',0,'page','',0),(74,1,'2024-04-22 18:25:28','2024-04-22 18:25:28','','nitrousoxide@2x','','inherit','open','closed','','nitrousoxide2x','','','2024-04-22 18:25:28','2024-04-22 18:25:28','',61,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/nitrousoxide@2x.jpg',0,'attachment','image/jpeg',0),(76,1,'2024-04-23 17:01:10','2024-04-23 17:01:10','','nitrousoxide1@2x','','inherit','open','closed','','nitrousoxide12x','','','2024-04-23 17:01:10','2024-04-23 17:01:10','',61,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/nitrousoxide1@2x.jpg',0,'attachment','image/jpeg',0),(77,1,'2024-04-23 17:01:21','2024-04-23 17:01:21','','nitrousoxide2@2x','','inherit','open','closed','','nitrousoxide22x','','','2024-04-23 17:01:21','2024-04-23 17:01:21','',61,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/nitrousoxide2@2x.jpg',0,'attachment','image/jpeg',0),(78,1,'2024-04-23 17:24:23','2024-04-23 17:24:23','','News','','publish','closed','closed','','news','','','2024-04-23 17:24:23','2024-04-23 17:24:23','',0,'https://swansonreno.wpenginepowered.com/?page_id=78',0,'page','',0),(80,1,'2024-04-23 17:27:24','2024-04-23 17:27:24','','blogfpo1@2x','','inherit','open','closed','','blogfpo12x','','','2024-04-23 17:27:24','2024-04-23 17:27:24','',0,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/blogfpo1@2x.jpg',0,'attachment','image/jpeg',0),(89,1,'2024-04-23 20:42:31','2024-04-23 20:42:31','<!-- wp:paragraph -->\n<p>A dental cleaning sounds fairly self-explanatory, right? Well, there may be more to it than you think. At Swanson Dental Group, we are passionate about our role as oral health professionals and providing our patients with a high-quality dental experience. We love helping our patients achieve healthy and beautiful smiles that last a lifetime, which is why we want to shed light on the different types of dental cleanings and dental services, their benefits, and what you can expect for your dental experience when you come to our Reno, NV office.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Benefits of Dentistry Services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Professional dental cleanings and quality dental care are needed to supplement the work you do at home with regular brushing and flossing. Although a good daily oral hygiene routine at home is vitally important to your oral health, plaque and tartar will build up on the teeth over time, leading to other dental issues such as gum disease, gingivitis, and tooth decay. Removing this tartar and bacteria from hard-to-reach areas is accomplished with specialized instruments by a trained dental professional. When plaque resides on teeth for long periods of time, it will calcify into bacterial colonies and begin to deteriorate the surrounding jaw bone. Gum disease, otherwise known as periodontal disease, is a disease in which there is a degree of bone loss around some or all teeth. Unfortunately, once the bone around teeth has been lost, it will not regenerate on its own. Here are a few reasons why you should consider regular dental cleanings:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li><strong>Plaque and tartar removal: </strong>Despite regular brushing and flossing, plaque can still accumulate on your teeth, hardening into tartar over time. Professional dental cleanings effectively remove plaque and tartar buildup, preventing tooth decay and gum disease.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Prevention of cavities:</strong> Dental cleanings help in the early detection and treatment of cavities. Swanson Dental Group can identify areas of tooth decay and provide necessary interventions, such as dental fillings, to prevent further damage.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Gum disease prevention: </strong>Plaque and tartar buildup not only affect your teeth but also your gums. If left untreated, they can lead to gum disease, causing gum inflammation, bleeding, and potential tooth loss. Regular dental cleanings help remove the bacteria that contribute to gum disease, reducing the risk and severity of gum-related issues.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Fresher breath:</strong> Persistent bad breath, also known as halitosis, can be caused by various factors, including oral bacteria and decaying food particles. Professional teeth cleaning removes these sources of odor, leaving you with fresher breath and improved oral hygiene.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Early detection of oral issues</strong>: During routine dental cleanings, we will perform a comprehensive examination of your mouth. This allows us identify any potential oral health problems, such as oral cancer, gum disease, or abnormalities in the teeth or jaw. Early detection significantly increases the chances of successful dental treatment.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Stain removal:</strong> Dental cleanings can help remove surface stains caused by consuming certain foods and beverages, such as coffee, tea, and red wine. While professional cleanings cannot whiten your teeth dramatically, they can enhance their appearance by eliminating superficial stains.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Overall health benefits</strong>: Maintaining good oral health through regular dental cleanings has been linked to improved overall health. Studies have suggested that oral health issues, such as gum disease, may contribute to various systemic conditions, including cardiovascular disease, diabetes, and respiratory problems. By keeping your teeth and gums healthy, you can potentially reduce the risk of these health issues.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Types of Dental Cleanings</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Contrary to popular belief, not all dental cleanings are the same. Some patients regularly visit the dentist multiple times each year, while others have not been seen for many years. As such, the dental needs of one person to the next can be vastly different.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A prophylaxis (or prophy) is the type of cleaning that patients usually mean when they refer to a “regular” cleaning at a dentist office. A prophy cleaning is appropriate for patients that are in good oral health with no signs of gum disease or bone loss. Prophy cleanings are often suitable for those who practice good home care and who visit the dentist regularly. Prophylaxis quite literally means, “action taken to prevent disease”, so once evidence of gum disease and bone loss is present, a prophy is no longer an appropriate treatment. A prophy cleaning is a thorough removal of plaque and tartar around tooth surfaces and the gumline. This cleaning involves the use of hand scalers, ultrasonic scalers, teeth polishers, floss, and often a fluoride treatment. Annually, we will take gum measurements and/or x-rays to examine the health of your teeth and gums and ensure that we are identifying any issues early. To maintain optimal dental health and keep your teeth looking great, a prophy is recommended a minimum of every 6 months.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Scaling and root planing (SRP) is the type of cleaning that is needed when active gum disease is present. Often referred to as a “deep cleaning”, SRP normally involves the use of local anesthetics to numb our patients so we can comfortably and thoroughly clean below the gumline where bacteria reside. The purpose of SRP is to eliminate harmful bacteria that cannot be removed by brushing and flossing or prophy alone. When gum disease-causing bacteria is removed, we can stop the progression of gum disease and protect the remaining jaw bone from further damage. SRP also varies from a prophy in that it may require multiple visits to complete.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Another common type of dental cleaning is called periodontal maintenance. Periodontal maintenance cleanings are needed after a patient has undergone SRP for active gum disease and is now in the maintenance phase of treating the disease. Since there is no cure for gum disease, periodontal maintenance cleanings are used to suppress additional bone loss after it has occurred. Periodontal maintenance cleanings involve a thorough removal of plaque and tartar around tooth surfaces and below the gum line. Periodontal maintenance cleanings will often be required more frequently than prophy cleanings, to maintain bone levels and healthy teeth and gums.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Looking for the Best Dentist in Reno, Nevada?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you are due for a dental cleaning, Dr. Swanson and his team in Reno, NV will happily take time to complete a thorough examination, answer any questions and determine which type of dental cleaning and dental services are most appropriate for you. Whether you are a returning patient or a new patient, you are welcome to reach out to us at <strong>775-825-9225</strong> to schedule an appointment with us at our South Reno, NV dentist office. If you have been shying away from the dentist office for some time, we are here for you! An exam and dental cleaning is a great first step towards getting your dental health and healthy smile back on track!</p>\n<!-- /wp:paragraph -->','Dental Cleanings in South Reno, NV','','trash','open','open','','dental-cleanings-in-south-reno-nv__trashed','','','2024-06-03 21:09:04','2024-06-03 21:09:04','',0,'https://swansonreno.wpenginepowered.com/?p=89',0,'post','',0),(90,1,'2024-04-23 20:41:28','2024-04-23 20:41:28','','dentalcleanings@2x','','inherit','open','closed','','dentalcleanings2x','','','2024-04-23 20:41:28','2024-04-23 20:41:28','',89,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/dentalcleanings@2x.jpg',0,'attachment','image/jpeg',0),(92,1,'2024-04-30 22:03:24','2024-04-30 22:03:24','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":164,\"text\":\"\\u003ch1\\u003eTeeth Cleaning in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eProfessional teeth cleanings are necessary for every person\\u003c/strong\\u003e; from those who haven’t been to the dentist in many years to those who take impeccable care of their teeth and gums every day. At Swanson Dental Group, we know that teeth cleanings are vital to preventing gum disease, which is linked to other serious health problems, including heart disease. The gums and bone are the foundation for your teeth. Without regular professional cleanings, that foundation will weaken, leading to gum disease with resulting bone loss (otherwise known as periodontal disease). Subsequently, if not properly treated, gum disease will worsen over time and lead to tooth loss.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eNot every person will need the same type of dental cleaning\\u003c/strong\\u003e, which is why we take gum measurements at your first visit and periodically throughout your time with our office. These measurements and other findings help us to tailor your cleaning to meet your individual oral health needs. Even those who brush and floss religiously should regularly have their teeth professionally cleaned and their oral condition examined to ensure they are maintaining optimal oral health. After all, there are many hard-to-reach areas that you may have difficulty cleaning at home. Our expert hygienists at Swanson Dental Group will help to maintain those difficult areas and your overall oral health at each cleaning visit.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Teeth Cleaning','','publish','closed','closed','','teeth-cleaning','','','2024-05-13 20:51:08','2024-05-13 20:51:08','',0,'https://swansonreno.wpenginepowered.com/service/nitrous-oxide-copy/',0,'service','',0),(93,1,'2024-04-30 22:06:44','2024-04-30 22:06:44','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":157,\"text\":\"\\u003ch1\\u003eDental Sealants in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003eThough traditionally placed on children when their adult teeth first appear, \\u003cstrong\\u003edental sealants are recommended for patients of all ages who want to protect their teeth from cavities\\u003c/strong\\u003e. A sealant is a protective coating applied to the chewing surfaces of the back teeth where decay often begins. When patients choose to place sealants on their teeth, they are choosing to take a preventative approach to tooth decay, rather than a curative approach with fillings.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Dental Sealants','','publish','closed','closed','','dental-sealants','','','2024-05-13 20:43:43','2024-05-13 20:43:43','',0,'https://swansonreno.wpenginepowered.com/service/teeth-cleaning-copy/',1,'service','',0),(94,1,'2024-04-30 22:07:00','2024-04-30 22:07:00','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":166,\"text\":\"\\u003ch1\\u003ePeriodontal Treatment in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003ePeriodontal therapy (sometimes called “deep cleaning” and “scaling and root planing”) is a more focused dental cleaning\\u003c/strong\\u003e used to treat those people that already show signs of gum disease. In contrast to a preventative dental cleaning used when no gum disease exists, periodontal therapy is a treatment performed in response to gum disease already present.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eGum disease, otherwise known as periodontal disease,\\u003c/strong\\u003e is an infection of the gums and bone that support the teeth. As the disease progresses, bone that surrounds the teeth is lost, which can ultimately result in loose teeth and/or the complete loss of teeth if not properly treated over time. The gums and bone are the foundation for your teeth. Once the bone level is reduced by the effects of gum disease, the damage is effectively irreversible. At that point, periodontal therapy is necessary to treat the bacteria causing the gum disease, and prevent the bone damage from worsening. Usually, people affected by gum disease will require more frequent dental cleaning visits (called periodontal maintenances) in order to prevent the disease from becoming active again. Even though we at Swanson Dental Group are committed to delivering the highest quality care to our patients, it is vitally important for everyone to do their part at home with their daily oral care routine.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Periodontal Treatment','','publish','closed','closed','','periodontal-treatment','','','2024-05-13 21:19:12','2024-05-13 21:19:12','',0,'https://swansonreno.wpenginepowered.com/service/dental-sealants-copy/',2,'service','',0),(95,1,'2024-04-30 22:12:41','2024-04-30 22:12:41','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":167,\"text\":\"\\u003ch1\\u003eComposite Resin Fillings in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003eTooth decay is one of the most prevalent health issues we face today, both in dental and in overall health. One method of treating tooth decay, or cavities, is to use dental fillings. Various materials have been used as dental fillings throughout history, including silver-colored amalgam fillings and gold fillings. Composite tooth-colored fillings have gained popularity in recent decades for their aesthetic and functional benefits. As materials have improved and their adoption has become more widespread, composite fillings offer several benefits compared to older amalgam silver fillings.\\u003c/p\\u003e\\n\\u003cp\\u003eTraditionally, amalgam fillings, also known as silver fillings, were the material of choice in decades past due to their ease of use and longevity. Amalgam fillings are metal alloys primarily composed of silver, tin, mercury, and copper. Although there is plenty of internet content describing the harms of “mercury fillings”, amalgams have been used for decades with longstanding success. Though it is not true that amalgam fillings will poison your body over time, there is a better choice for dental fillings which alleviates any concerns of mercury in your mouth.\\u003c/p\\u003e\\n\\u003cp\\u003eToday, composite fillings, often referred to as tooth-colored or white fillings, are the preferred choice for most patients and dentists when treating dental decay. Composite fillings are made of resin and silica and are an excellent option for repairing teeth that have been affected by tooth decay or damage. Some of the benefits offered by composite fillings include:\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e1. Aesthetically pleasing: \\u003c/strong\\u003eComposite resin dental fillings can be color-matched to your teeth, making them virtually indistinguishable from natural tooth structure. They can be used on front teeth and back teeth alike, making composite a versatile material for both cosmetic and restorative scenarios.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e2. Conservation of tooth structure: \\u003c/strong\\u003eComposite fillings generally require less tooth structure removal than amalgam fillings. This means that more of the natural tooth structure can be preserved. Amalgam fillings require more thickness of material and therefore more removal of tooth structure. The less tooth structure that needs to be removed, the healthier it is for the tooth.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e3. Chemically bonded: \\u003c/strong\\u003eComposite fillings are bonded to your tooth by way of using strong acids and bonding agents. Amalgam restorations, on the other hand, are held in the tooth by mechanical retention alone. Although the process of bonding composite fillings is more technique sensitive than placing amalgam, it offers the benefit of versatility of use and reinforcement of the natural tooth.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e4. Mercury Free: \\u003c/strong\\u003eComposite tooth-colored fillings do not contain any mercury. This offers peace of mind to those averse or sensitive to metal fillings. It should be stated again, however, that although amalgam fillings do contain trace amounts of mercury, it should not be a major concern. Once placed, the amalgam silver fillings do not leak mercury into your system as some online articles may have you believe. In fact, the greatest risk of exposure to mercury occurs when an amalgam filling is removed. Removing amalgam fillings is a very common practice in dentistry, often needed when an old filling fails due to decay or cracking, or when a patient simply wants an aesthetic improvement from their old silver fillings. Fortunately, the risk of mercury exposure during the amalgam removal process is mitigated by use of isolation techniques and high-speed suction.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003e5. Longevity: \\u003c/strong\\u003eUsed for several decades now, composites are a great option as a long-term restorative material for dental fillings. As technology and materials have improved, so has the durability, longevity and appearance of composite restorations. Composite white fillings can last over 10 years when properly maintained with good oral hygiene routines at home and regular dental cleanings and check-ups at our office.\\u003c/p\\u003e\\n\\u003cp\\u003eWith their numerous benefits, composite continues to be the most widely used restorative material for dental fillings today. Although composite fillings work well for a wide variety of uses, another dental filling material may be indicated for a specific scenario. It is best to discuss your options with Dr. Swanson if you’re in need of a filling or other restorative work. Together we can decide on the most appropriate treatment for your individual needs.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eYour Reno, NV Dentist for Composite Fillings\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, our skilled team specializes in using advanced composite resin materials to create natural-looking dental fillings that seamlessly blend with your existing teeth. Say goodbye to traditional amalgam fillings and experience the benefits of our state-of-the-art composite fillings, designed for both front and back teeth. Whether you need restorative dentistry like dental crowns, root canals, onlays, or inlays, or you’re seeking cosmetic dentistry solutions for a beautiful smile, we’ve got you covered. Our skilled team will prioritize your dental health, providing anesthetic for comfortable dental procedures. From routine checkups to addressing dental problems, we’re dedicated to fostering good oral hygiene and maintaining the structural integrity of your teeth. Explore the possibilities of dental bonding, dentures, dental implants, and more at our Nevada dental office. Join us on the journey to a healthier, more beautiful smile with our natural-looking composite restorations. Contact our office today!\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Composite Resin Fillings','','publish','closed','closed','','composite-resin-fillings','','','2024-05-13 21:02:17','2024-05-13 21:02:17','',0,'https://swansonreno.wpenginepowered.com/service/periodontal-treatment-copy/',3,'service','',0),(96,1,'2024-04-30 22:13:04','2024-04-30 22:13:04','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":159,\"text\":\"\\u003ch1\\u003eDental Implants in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eA dental implant is an artificial tooth root\\u003c/strong\\u003e that is placed into the jawbone and is used to replace one or multiple missing teeth. Typically made of titanium, a dental implant is the most natural looking and functioning permanent replacement option for missing teeth. Once an implant is placed and allowed to heal, a porcelain crown is affixed to give the appearance of a natural tooth. Together, an implant and crown is the most favorable treatment for the permanent replacement of a missing tooth. In the past, options for replacing missing teeth included bridges, partial dentures and complete dentures. Though these options still have their place in dentistry, they are more aggressive and usually less well-tolerated by patients. Dental implants offer an alternative to these treatments, being that they are more conservative and do not require removal of natural tooth structure. Dental implants can be used singly or together as multiple units for a wide variety of dental treatments. For example, even patients with existing dentures can benefit from implants by achieving improved stability and retention of the prostheses.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Implants','','publish','closed','closed','','implants','','','2024-05-13 21:02:42','2024-05-13 21:02:42','',0,'https://swansonreno.wpenginepowered.com/service/composite-resin-fillings-copy/',4,'service','',0),(97,1,'2024-04-30 22:13:19','2024-04-30 22:13:19','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":170,\"text\":\"\\u003ch1\\u003eBridges in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eA bridge is a permanent restoration used to replace the space resulting from one or more missing teeth.\\u003c/strong\\u003e Unlike a partial denture, which can be removed at will, a bridge is fixed and not removable. A bridge can be thought of as multiple crowns splinted together to “bridge the gap” formed by loss of a tooth or teeth. This prosthesis is intended to look and function similar to that of a natural tooth and is generally well-tolerated by patients. Caring for a bridge requires a slight modification in your flossing technique, which we will demonstrate for you. As is the case with all restorations in dentistry, bridges that are properly cared for will last longer and be healthier overall for the supporting teeth and gums.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Bridges','','publish','closed','closed','','bridges','','','2024-05-13 21:12:16','2024-05-13 21:12:16','',0,'https://swansonreno.wpenginepowered.com/service/implants-copy/',5,'service','',0),(98,1,'2024-04-30 22:13:33','2024-04-30 22:13:33','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":171,\"text\":\"\\u003ch1\\u003eDentures and Partial Dentures in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003eWhether a patient has no remaining teeth or has teeth in poor health that need to be removed, \\u003cstrong\\u003edentures are used to replace all the teeth in the upper jaw or lower jaw, or both\\u003c/strong\\u003e. On the upper jaw, a denture is held in place by suction. On the lower jaw, a denture rests on the gums. Some patients may benefit from the added retention that implants can offer when a denture is secured to them. \\u003cstrong\\u003eThis type of prosthesis is known as an implant-retained denture\\u003c/strong\\u003e. If you have an existing denture and have experienced issues with it slipping around or falling out, you may find that there are tremendous benefits to implant-retained dentures.\\u003c/p\\u003e\\n\\u003cp\\u003eSimilar to a denture, \\u003cstrong\\u003ea partial denture is used to replace one or more missing teeth in either the upper or lower jaw, or both\\u003c/strong\\u003e. Traditionally, a partial denture is held in place by metal clasps that attach to the remaining teeth. These remaining teeth are used as anchors to support the prosthesis. Today, acrylic clasps can be used on the anchor teeth, which are more aesthetic than the metal clasps. Partial dentures can also be used in conjunction with implants, which can help to eliminate clasps altogether. \\u003cstrong\\u003eThis is known as an implant-retained partial denture\\u003c/strong\\u003e.\\u003c/p\\u003e\\n\\u003cp\\u003eTogether, with the expertise of Dr. Swanson and our local Reno dental lab, we aim to give you back your confidence in a natural looking smile that you can be proud of.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Dentures and Partial Dentures','','publish','closed','closed','','dentures-and-partial-dentures','','','2024-05-13 21:16:52','2024-05-13 21:16:52','',0,'https://swansonreno.wpenginepowered.com/service/bridges-copy/',6,'service','',0),(99,1,'2024-04-30 22:13:50','2024-04-30 22:13:50','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":168,\"text\":\"\\u003ch1\\u003eRoot Canal Therapy in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003eAlthough many people find it hard to believe, getting a root canal can be a relatively painless experience. Root canals are most commonly performed when trying to save an infected, or abscessed tooth. \\u003cstrong\\u003eThe purpose of a root canal is to clear out infection\\u003c/strong\\u003e that is caused by bacteria advancing to the innermost layer of the tooth. This layer is where the nerve and blood vessels reside and is known as the pulp. Once a tooth’s pulp is infected, the tooth will require a root canal to be saved, or it may have to be removed. If a root canal is decided upon as the appropriate treatment, it may be recommended that a crown is placed to strengthen and protect the tooth from breakage.\\u003c/p\\u003e\\n\\u003cp\\u003eIt is important to note that not all teeth requiring root canals will be painful. However, signs you may need a root canal can include:\\u003c/p\\u003e\\n\\u003cul\\u003e\\n\\u003cli\\u003eSevere toothache\\u003c/li\\u003e\\n\\u003cli\\u003ePain upon chewing or application of pressure\\u003c/li\\u003e\\n\\u003cli\\u003eSwelling and tenderness in the nearby gums\\u003c/li\\u003e\\n\\u003cli\\u003eFractured teeth\\u003c/li\\u003e\\n\\u003cli\\u003eDark discoloration of the tooth\\u003c/li\\u003e\\n\\u003cli\\u003eProlonged sensitivity to heat or cold\\u003c/li\\u003e\\n\\u003c/ul\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eRoot canal therapy is intended to save your tooth from extraction\\u003c/strong\\u003e. Missing teeth can make you self-conscious, affect your ability to chew, cause other healthy teeth to shift, and have a negative impact on your overall health. By choosing to receive root canal therapy, you are choosing to preserve a healthy, natural smile.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Root Canal Therapy','','publish','closed','closed','','root-canal-therapy','','','2024-05-13 21:08:58','2024-05-13 21:08:58','',0,'https://swansonreno.wpenginepowered.com/service/dentures-and-partial-dentures-copy/',7,'service','',0),(100,1,'2024-04-30 22:14:03','2024-04-30 22:14:03','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":160,\"text\":\"\\u003ch1\\u003eCosmetic Veneers and Crowns in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eA veneer is a thin layer of porcelain\\u003c/strong\\u003e that is custom-made to fit on the outer facing of a tooth to improve the appearance of the teeth. Veneers are commonly used to improve appearance issues resulting from misshapen and discolored teeth, as well as excessive spacing of the teeth.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eA crown, sometimes called a “cap,”\\u003c/strong\\u003e is used to strengthen a broken or otherwise damaged tooth by covering it on all sides. Crowns do not replace natural teeth, they simply cover them to protect from further damage. Crowns are designed to look, feel and function just like natural teeth. Depending on the tooth and its condition, Dr. Swanson might recommend crowns of different materials that are best suited for the tooth and its location in the mouth. Some materials that he may recommend include crowns made entirely of ceramic, full gold, or of a metal base with porcelain stacked on top.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Cosmetic Veneers and Crowns','','publish','closed','closed','','cosmetic-veneers-and-crowns','','','2024-05-13 21:03:54','2024-05-13 21:03:54','',0,'https://swansonreno.wpenginepowered.com/service/root-canal-therapy-copy/',8,'service','',0),(101,1,'2024-04-30 22:14:19','2024-04-30 22:14:19','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":162,\"text\":\"\\u003ch1\\u003eCustom Teeth Whitening in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eProfessional teeth whitening, or “bleaching,”\\u003c/strong\\u003e involves use of a gel that is applied to your enamel to remove intrinsic stains and discolorations resulting in whiter teeth. The gel, containing either carbamide peroxide or hydrogen peroxide, penetrates tiny pores in your tooth’s surface to accomplish this. Contrary to popular belief, professional teeth whitening does not harm your enamel and is perfectly safe when administered properly. It is worth noting that teeth whitening gel only works on natural teeth, and as such will have no effect on crowns or other restorations.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cstrong\\u003eAt Swanson Dental Group we offer a variety of options for teeth whitening\\u003c/strong\\u003e, including in-office treatments and take-home custom whitening trays. If interested, feel free to ask us about which option might be best for you.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Custom Teeth Whitening','','publish','closed','closed','','custom-teeth-whitening','','','2024-05-13 21:04:14','2024-05-13 21:04:14','',0,'https://swansonreno.wpenginepowered.com/service/cosmetic-veneers-and-crowns-copy/',9,'service','',0),(102,1,'2024-04-30 22:14:31','2024-04-30 22:14:31','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":163,\"text\":\"\\u003ch1\\u003eEnamel Microabrasion in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003e\\u003cstrong\\u003eUsed to remove unsightly white spots on the teeth\\u003c/strong\\u003e, enamel microabrasion is a non-invasive procedure that is performed at our Reno office. White spots, also known as fluorosis lesions, are intrinsic discolorations in the enamel surface that arise during tooth development. Though these discolorations are harmless, they can be large enough to be visually unappealing. White spot discolorations usually exist in the outermost layer of enamel. Enamel microabrasion is a process of polishing that outermost layer with a goal of reducing or eliminating the unaesthetic discolorations. In certain cases, this can be a nice alternative to bonding and can usually be done without the use of anesthetic.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Enamel Microabrasion','','publish','closed','closed','','enamel-microabrasion','','','2024-05-13 21:04:55','2024-05-13 21:04:55','',0,'https://swansonreno.wpenginepowered.com/service/custom-teeth-whitening-copy/',10,'service','',0),(103,1,'2024-04-30 22:14:50','2024-04-30 22:14:50','<!-- wp:carbon-fields/service-hero {\"data\":{\"background\":158,\"text\":\"\\u003ch1\\u003eEmergency Service and Extractions in Reno, Nevada\\u003c/h1\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/service-body {\"data\":{\"text\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\",\"gallery\":[]}} /-->\n\n<!-- wp:carbon-fields/faq {\"data\":{\"header\":\"Frequently Asked Questions\",\"faq\":[{\"_id\":\"cf-nU_VQxkNPAIbhxR6SKtU5\",\"_type\":\"_\",\"question\":\"Why are Dental Crowns used?\",\"answer\":\"\\u003cp\\u003eDental crowns are used for a myriad of reasons but are generally used when there is tooth damage, such as a broken tooth or cracked tooth, resulting from tooth decay or discoloration. Crowns are also commonly used after most root canal procedures to offer added strength and protection against future tooth fracture. Dental crowns and veneers can be utilized simply to make aesthetic improvements to your smile. For example, if teeth are rotated, misshaped, asymmetric, damaged, discolored, etc., dental crowns and veneers could be an option to help achieve a more attractive smile. Crowns are also used to restore dental implants, which is an option for replacing a missing tooth on either front teeth or back teeth.\\u003c/p\\u003e\"},{\"_id\":\"cf-c2PawUY2i_gTGvTEcp1xA\",\"_type\":\"_\",\"question\":\"What’s the difference between Dental Crowns and Veneers?\",\"answer\":\"\\u003cp\\u003eDental veneers are similar to dental crowns, except that they only cover the outward facing surfaces of the teeth, rather than the whole tooth, like crowns do. For this reason, veneers are used more often for cosmetic changes, rather than for repairing tooth damage and decay.\\u003c/p\\u003e\"},{\"_id\":\"cf-iF583aIWYrCgnAvGzBsI0\",\"_type\":\"_\",\"question\":\"I’ve heard Dental Crowns are expensive, so can’t I just do a filling instead?\",\"answer\":\"\\u003cp\\u003eUsually, the extent of tooth damage is what determines whether a crown or a filling can be placed. If a tooth is severely damaged, has extensive decay or has a large filling that is failing, a dental crown may be the best long-term option for the tooth. In our Reno, NV office, Dr. Swanson always tries to recommend the most conservative option when it comes to dental treatment. Still, sometimes a dental crown is best suited for extending a tooth’s lifespan while maintaining the tooth structure. The cost of a dental crown or veneer will vary from office to office and depends on whether your dental insurance plan provides any financial help. The cost will also depend on which materials are used. If you are in need of a crown, all of these factors will be discussed upfront, so you are well aware of what to expect. Dental crowns can be a wonderful long-term restoration, commonly lasting over 10 years when they are made with high-quality materials and well-maintained with proper care. \\u003c/p\\u003e\"},{\"_id\":\"cf-BtTIO3m74dFyZFOPQGYm1\",\"_type\":\"_\",\"question\":\"What is involved with a dental crown procedure?\",\"answer\":\"\\u003cp\\u003eMany times, a dental crown procedure will take 2 visits. The first visit is longer and is when the bulk of the dental work is performed. Decay is removed from the tooth, the tooth is carefully prepared for a crown to fit over the top, and a detailed impression is taken. At the end of this first visit, you will be given a temporary crown to wear while your permanent crown is being made in a lab. The second visit is when your temporary crown is removed, and your custom permanent crown is checked and delivered. Local anesthetic is usually necessary for the first visit, but not always for the second. \\u003c/p\\u003e\\n\\u003cp\\u003eAs technology in dentistry has improved over the years, dental crowns can be made in an in-office dental lab, which often allows for the crown to be completed in a single visit.\\u003c/p\\u003e\\n\\u003cp\\u003eMany people falsely assume that root canal therapy is necessary prior to a crown, but this is not the case. However, the reverse is often true: dental crowns are usually necessary following root canal therapy.\\u003c/p\\u003e\"},{\"_id\":\"cf-DMrag0VH2X79DahVyPH4p\",\"_type\":\"_\",\"question\":\"What is the difference between a Dental Crown and a Dental Bridge?\",\"answer\":\"\\u003cp\\u003eA crown is a restoration for a single tooth, whereas a bridge is a restoration for multiple teeth when a tooth is missing. A bridge is like multiple crowns fused together and is one option for replacing a missing tooth.\\u003c/p\\u003e\"},{\"_id\":\"cf-guD8_WiygZv2F1vLJau6i\",\"_type\":\"_\",\"question\":\"How do I clean my Dental Crown(s)?\",\"answer\":\"\\u003cp\\u003eAs with anything, crowns require good oral hygiene as well as professional cleanings and maintenance to last as long as possible. When a permanent crown is placed, we recommend brushing twice a day, flossing daily and routinely coming in for professional cleanings as directed by your dental team. This will allow us to check on how your dental work is holding up and offer suggestions if needed.\\u003c/p\\u003e\\n\\u003cp\\u003eIf you have additional questions about dental crowns, veneers or any other dental treatments, give our Reno dental office a call, or stop into Swanson Dental Group, your local Reno dentist. We are here to help you achieve a beautiful, healthy smile that you can confidently display for years to come.\\u003c/p\\u003e\"}]}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Emergency Service and Extractions','','publish','closed','closed','','emergency-service-and-extractions','','','2024-05-13 20:57:51','2024-05-13 20:57:51','',0,'https://swansonreno.wpenginepowered.com/service/nitrous-oxide-copy/',12,'service','',0),(105,1,'2024-04-30 22:35:53','2024-04-30 22:35:53','','composite_resin_main','','inherit','open','closed','','composite_resin_main','','','2024-04-30 22:35:53','2024-04-30 22:35:53','',95,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/composite_resin_main.jpg',0,'attachment','image/jpeg',0),(108,1,'2020-06-02 22:51:00','2020-06-02 22:51:00','<!-- wp:paragraph -->\n<p>While many things have changed over the last few months, one thing has remained the same: our commitment to your health and safety. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now that our office is open, we want to share some steps we are taking to further enhance safety for our patients and team with regard to COVID-19. Some changes you may see at your next appointment include: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":773} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.swansondentalgroupreno.com/wp-content/uploads/2020/06/woman_smiling_blue_WEB.jpg\" alt=\"\" class=\"wp-image-773\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Our office will communicate with you before your appointment to ask screening questions. You’ll be asked those same questions again when you arrive for your appointment</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>We have hand sanitizer that we will ask you to use when you enter the office. There will be hand sanitizer available throughout the office, which you may use as needed. </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>You may see that our reception area will no longer offer magazines or other difficult-to-clean items.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Appointments will be managed to allow for social distancing between patients. That might mean that you are offered fewer options for scheduling your appointment.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>We will do our best to allow greater time between patients to reduce waiting times for you, as well as to reduce the number of patients in the reception area. We may also be asking you to wait in your car when necessary, so that we can complete proper cleaning.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>We look forward to seeing you again and are happy to answer any questions you may have about the steps we take to keep you, and every patient, safe in our practice. To make an appointment, please call our office at 775-825-9225. Thank you for being part of our patient family. We value your trust and loyalty. We look forward to welcoming back our patients, neighbors and friends.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Sincerely,<br><em>The Swanson Dental Group team</em></p>\n<!-- /wp:paragraph -->','COVID-19 and Swanson Dental Group','','publish','open','open','','covid-19-and-swanson-dental-group','','','2024-04-30 22:52:04','2024-04-30 22:52:04','',0,'https://swansonreno.wpenginepowered.com/?p=108',0,'post','',0),(109,1,'2020-07-05 22:52:00','2020-07-05 22:52:00','<!-- wp:paragraph -->\n<p>Swanson Dental Group is sponsoring a blood drive for our local community on Thursday, July 9th, 2020! Currently, Reno has a blood supply shortage at our local blood bank so we thought it would be a great way to show support for our community. Now, more than ever, we need to come together to support our family, friends and neighbors. This is one small way our team at Swanson Dental Group feels like we can make a difference, and we hope that you’ll join us to support this cause! <strong>AS A BONUS</strong>, if you come donate blood with us, you will get a free COVID-19 antibody test! It’s a win-win. C’mon, what do you got to lose?? …well, except for about a pint of that red stuff.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How To Participate</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are interested in donating blood with us, give our office a call (775-825-9225) and we will put you on the list. Please note, there are a limited number of donation appointments as we are taking extraordinary safety precautions during these times. All participants will be required to wear masks, have their temperature taken, and adhere to recommended social distancing protocol. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please eat before you come and make sure to drink plenty of water before your appointment! We don’t need anybody passing out and breaking a tooth. (Though if that happens, we know a guy)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Vitalant (formerly United Blood Services) will be administering the blood donations. They will have 2-3 mobile units set up in the parking lot across the street from our office. We hope to see you soon! #WeAreInThisTogether</p>\n<!-- /wp:paragraph -->','Community Blood Drive 7/9/2020!','','publish','open','open','','community-blood-drive-7-9-2020','','','2024-04-30 22:53:47','2024-04-30 22:53:47','',0,'https://swansonreno.wpenginepowered.com/?p=109',0,'post','',0),(110,1,'2024-04-30 22:53:31','2024-04-30 22:53:31','','red-heart-with-strings-4046930-1482x635','','inherit','open','closed','','red-heart-with-strings-4046930-1482x635','','','2024-04-30 22:53:31','2024-04-30 22:53:31','',109,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2020/07/red-heart-with-strings-4046930-1482x635-1.jpg',0,'attachment','image/jpeg',0),(111,1,'2021-09-20 22:55:00','2021-09-20 22:55:00','<!-- wp:paragraph -->\n<p>Brushing our teeth at least twice each day is one of the best ways we can maintain the health of our teeth and gums. But can you brush too hard? The answer is Yes. Signs of aggressive brushing habits are a common finding in patients of any age. If your toothbrush looks like it’s having a bad hair day with bristles going in all directions, you may be brushing too hard.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Many people think that brushing harder will result in cleaner, healthier teeth and gums. This common misconception can result in receding gums and sensitivity of the teeth over time. Gums are relatively fragile tissues, and once damaged with recession, they will not grow back to normal levels without gum surgery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Signs that you may be brushing too hard include:</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Toothbrush bristles are flattened or messy looking</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Gums are receded, exposing the darker root surface of the teeth</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Teeth are sensitive to cold, hot or sweets</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Old habits die hard, so if you’re accustomed to brushing hard for years, expect a challenge when trying to develop proper, gentler brushing habits. Here are some helpful tips on how to avoid brushing too hard:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Only grip your toothbrush with 2-3 fingers. This will help lighten the pressure used when brushing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Use a soft or extra soft bristle toothbrush</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Gently brush using small circular motions. Do not brush with a sawing side-to-side motion</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>If using an electric toothbrush, gently guide the brush along the teeth and gums and allow the brush to do most of the work. Electric toothbrushes can cause more gum damage IF you are an aggressive brusher. Some electric toothbrushes come with pressure sensors that alert you when using too much pressure</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>While it is important to brush thoroughly twice a day, thoroughly does not mean harder. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you think you have gum damage from aggressive toothbrushing, give our office a call 775-825-9225. <br>Dr. Swanson in Reno, NV regularly examines his patients for teeth and gum damage, and can offer advice or treatment for your specific needs.</p>\n<!-- /wp:paragraph -->','Am I Brushing Too Hard?','','publish','open','open','','am-i-brushing-too-hard','','','2024-05-13 21:22:17','2024-05-13 21:22:17','',0,'https://swansonreno.wpenginepowered.com/?p=111',0,'post','',0),(112,1,'2024-04-30 22:54:53','2024-04-30 22:54:53','','toothbrushes-1538553-638x505-1','','inherit','open','closed','','toothbrushes-1538553-638x505-1','','','2024-04-30 22:54:53','2024-04-30 22:54:53','',111,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/toothbrushes-1538553-638x505-1.jpg',0,'attachment','image/jpeg',0),(113,1,'2023-03-28 23:21:00','2023-03-28 23:21:00','<!-- wp:paragraph -->\n<p>What is a dental crown? Why are dental crowns used? Why not do a filling instead of a dental crown? What is the difference between dental crowns and veneers? What is the process like for getting a dental crown?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>These are all questions that may have come up at a recent dental visit when discussing treatment with your dentist, and hopefully these questions were answered. At Swanson Dental Group in Reno, NV, our goal is to make sure you have all the answers to your questions about dental care, so you can make fully informed decisions that are right for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dental crowns, sometimes referred to as tooth “caps”, are tooth-shaped restorations that cover the entire damaged tooth on all sides, as opposed to fillings which only involve portions of a tooth. Dental crowns are not used to replace natural teeth, rather they simply cover them to protect from further damage. New crowns are designed to look, feel and function just like natural teeth. Over the years, dental crowns have been made with a variety of materials. Types of crowns can include gold, stainless steel, as well as porcelain crowns. However, as improvements have been made in technology and aesthetics, today’s crowns are commonly made from glass-like ceramics and zirconia. These materials provide excellent strength, aesthetics, durability and long-term success of the restoration.</p>\n<!-- /wp:paragraph -->','Dental Crowns and Veneers in Reno, NV','','trash','open','open','','dental-crowns-and-veneers-in-reno-nv__trashed','','','2024-06-03 21:09:05','2024-06-03 21:09:05','',0,'https://swansonreno.wpenginepowered.com/?p=113',0,'post','',0),(114,1,'2024-04-30 23:22:07','2024-04-30 23:22:07','','crownshero','','inherit','open','closed','','crownshero','','','2024-04-30 23:22:07','2024-04-30 23:22:07','',113,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/crownshero.jpg',0,'attachment','image/jpeg',0),(115,1,'2023-04-03 23:23:00','2023-04-03 23:23:00','<!-- wp:paragraph -->\n<p>Each year, millions of Americans undergo tooth extractions due to trauma, decay, infection and a host of other reasons. Many are left with questions about what to do next to replace their missing tooth or missing teeth. Although losing a single tooth or multiple teeth can be a troubling experience, we at Swanson Dental Group in Reno, NV want to ensure that you have a complete understanding of your options if you find yourself wanting to restore your smile. Swanson Dental Group will help to create a treatment plan for dental implants to help improve your oral health and overall quality of life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At its most basic definition, a dental implant is a titanium implant post used as a tooth root replacement for a missing natural tooth. In natural teeth, there are 2 basic parts: the crown and the root. The crown is the part of the tooth we see and use to chew, whereas the root is buried in the jaw bone, covered by gums. In dental implants, there are 3 basic parts. These parts include the dental implant itself (also known as the “post”), the abutment, and the implant crown. The implant is placed into the jaw bone just like the root of a natural tooth, the abutment fastens to the implant, and the crown fastens to the abutment. When considering options for a missing tooth, a dental implant is usually the best option, providing the most life-like appearance, feel and function, just like a natural tooth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Benefits of Dental Implants</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Dental implants are incredibly versatile and offer many benefits over other restorative options. Dental implants are a popular solution in dentistry and can replace a single missing tooth, multiple missing teeth, or even all of the teeth. Dental implants can be used to anchor permanent prostheses (i.e.- “All on 4” or “All on X”) or to help retain removable prostheses, like dentures or partial dentures. The major benefits of dental implants include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Dental implants look, feel and function like natural teeth</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dental implants are durable, long-lasting and permanent. They don’t have to be removed, like dentures or partial dentures do</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dental implants help to preserve bone</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dental implants provide better support to full arch restorations</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dental implants allow for improved chewing</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Dental implants have a high success rate and do not get decay</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->','Dental Implants in Reno, NV','','trash','open','open','','dental-implants-in-reno-nv__trashed','','','2024-06-03 21:09:05','2024-06-03 21:09:05','',0,'https://swansonreno.wpenginepowered.com/?p=115',0,'post','',0),(116,1,'2024-04-30 23:23:30','2024-04-30 23:23:30','','Dental-Implants-Banner-1','','inherit','open','closed','','dental-implants-banner-1','','','2024-04-30 23:23:30','2024-04-30 23:23:30','',115,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/Dental-Implants-Banner-1.jpg',0,'attachment','image/jpeg',0),(117,1,'2023-06-12 23:24:00','2023-06-12 23:24:00','<!-- wp:paragraph -->\n<p>Maintaining oral health is a lifelong task that requires daily effort and upkeep. The importance of developing a proper oral health and maintenance routine has been proven to benefit not only your teeth and gums, but your overall health as well. The oral-systemic health link has gotten much more attention in news and literature, and there is good reason for it. The oral-systemic health link refers to the connection between oral health and overall systemic health, highlighting how the condition of your mouth can impact your overall well-being. Research has increasingly shown that oral health problems, such as gum disease and tooth decay, can have implications for various systemic conditions and diseases throughout the body. Let us at Swanson Dental Group in Reno, NV help explain what you can be doing to optimize your oral health.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":119,\"sizeSlug\":\"large\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://swansonreno.wpenginepowered.com/wp-content/uploads/2023/06/preventative_dental_care_main_image-1024x682.jpg\" alt=\"\" class=\"wp-image-119\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Prevention is key! At Swanson Dental Group, we are focused on preventive dentistry over restorative dentistry whenever possible. Although incidents like trauma and infection will always be present in dentistry, diseases such as tooth decay and gum disease can be significantly mitigated with preventive dental practices. So why should you care? Because the cost and complexity of practicing regular preventive dental routines pales in comparison to the much higher expenses of restorative dental procedures. When there is a history of dental neglect, patients will require restorative dental treatment. These treatments may involve fillings, dental extractions, periodontal scaling and root planing, dental crowns, root canal procedures, etc., all of which can be time consuming, expensive and complex. The minimal time and effort involved in practicing good daily oral hygiene habits is well worth it!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Steps For At-Home Preventive Dentistry</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Incorporating effective at-home dental care practices is crucial for maintaining optimal oral health and preventing dental issues. Using the proper techniques to take care of your teeth by using an antimicrobial mouthwash, limiting sugary and acidic foods and beverages, as well as quitting smoking, are just some tips to help further promote good oral health. By following our simple yet essential at-home tips for good oral hygiene, you can safeguard your oral health, prevent dental problems, and maintain a beautiful, healthy smile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Preventive dentistry includes activities that are performed both at home and at the dental office. At home, we recommend:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Brushing at least twice each day using proper brushing techniques. We recommend brushing for 2 minutes with a soft bristle toothbrush and fluoride toothpaste. For more info on proper brushing techniques, see our article “Am I Brushing Too Hard?”</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Flossing your teeth daily. This can help plaque and food partical removal, prevention of gum disease, cavity prevention, fresher breath and overall healthier gums.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Brushing or scraping your tongue daily. Your tongue can harbor bad bacteria, causing a multitude of issues in the mouth. Brushing or scraping your tongue daily has a lot of benefits including removal of bacteria and debris, improved oral hygiene, enhanced taste sensation and fresher breath.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Rinsing with mouthwash. Mouthwash can reach areas that you may have missed with brushing and flossing, promotes overall gum health and adds an extra layer of protection to your teeth.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">In-Office Preventive Dental Care</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At our dental office, a range of procedures are available to promote preventive dentistry and maintain optimal oral health. Regular dental check-ups and cleanings are essential to detect early signs of dental problems like tooth decay, gum disease, and oral infections. Dr. Swanson may perform comprehensive examinations, including dental X-rays, to identify hidden issues. Additionally, dental sealants can be applied to protect the chewing surfaces of the back teeth from decay. Professional fluoride treatments help strengthen tooth enamel and prevent cavities. By embracing these dentist office procedures for preventive dentistry, you can proactively care for your oral health, prevent future complications or health conditions, and enjoy a confident smile.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Some preventive services that Dr. Swanson may recommend at our dental office include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>A minimum of 2 professional cleanings each year with our dental hygienist. Some patients may require additional dental cleanings, depending on their individual needs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Yearly checkup exams and x-rays</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Application of fluoride varnish, as needed</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Placement of dental sealants, as needed</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Fabrication of a night guard or mouthguard, as needed</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ready To Take The Next Steps For Your Oral Health?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Maximizing the benefits of preventive dentistry and preventive dental services begins with taking responsibility for your oral health. We are here to help you achieve optimal oral health and overall well-being, and your everyday commitment to good oral health practices is a critical part of that. By putting our recommendations for dentistry services into regular practice, we can better prevent gum disease and tooth decay, detect dental problems early, and minimize costly dental treatments. It’s never too late to start developing good habits to improve your dental health. Give us a call or stop by our Reno dental office if there is anything we can do to help!</p>\n<!-- /wp:paragraph -->','Preventive Dental Care','','trash','open','open','','preventive-dental-care__trashed','','','2024-06-03 21:09:05','2024-06-03 21:09:05','',0,'https://swansonreno.wpenginepowered.com/?p=117',0,'post','',0),(118,1,'2024-04-30 23:24:57','2024-04-30 23:24:57','','preventative_dental_care_header_image','','inherit','open','closed','','preventative_dental_care_header_image','','','2024-04-30 23:24:57','2024-04-30 23:24:57','',117,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/preventative_dental_care_header_image.jpg',0,'attachment','image/jpeg',0),(119,1,'2024-04-30 23:26:08','2024-04-30 23:26:08','','preventative_dental_care_main_image','','inherit','open','closed','','preventative_dental_care_main_image','','','2024-04-30 23:26:08','2024-04-30 23:26:08','',117,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2023/06/preventative_dental_care_main_image.jpg',0,'attachment','image/jpeg',0),(128,1,'2024-05-01 00:17:56','2024-05-01 00:17:56','','Summary','','publish','closed','closed','','summary','','','2024-05-01 00:17:58','2024-05-01 00:17:58','',59,'https://swansonreno.wpenginepowered.com/?post_type=_pods_field&p=128',0,'_pods_field','',0),(129,0,'2024-05-02 22:56:28','2024-05-02 22:56:28','sadfsaf\nltekwj\n1234567890\n1\n162.211.155.138\nMozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0\nhttps://swansonreno.wpenginepowered.com/\nMay 2, 2024\n10:56 pm\n7\nhome\nHome\nhttps://swansonreno.wpenginepowered.com/\nswansonreno\nedpalmquist@gmail.com\nSwanson Dental Group\nhttps://swansonreno.wpenginepowered.com\nedpalmquist@gmail.com','New Appointment','','publish','closed','closed','','new-appointment','','','2024-05-02 22:56:28','2024-05-02 22:56:28','',0,'https://swansonreno.wpenginepowered.com/?post_type=flamingo_inbound&p=129',0,'flamingo_inbound','',0),(130,0,'2024-05-02 22:57:00','2024-05-02 22:57:00','asfed\nsdf\n1234567890\n2\n162.211.155.138\nMozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0\nhttps://swansonreno.wpenginepowered.com/\nMay 2, 2024\n10:57 pm\n7\nhome\nHome\nhttps://swansonreno.wpenginepowered.com/\nswansonreno\nedpalmquist@gmail.com\nSwanson Dental Group\nhttps://swansonreno.wpenginepowered.com\nedpalmquist@gmail.com','New Appointment','','publish','closed','closed','','new-appointment-2','','','2024-05-02 22:57:00','2024-05-02 22:57:00','',0,'https://swansonreno.wpenginepowered.com/?post_type=flamingo_inbound&p=130',0,'flamingo_inbound','',0),(131,1,'2024-05-03 19:07:34','2024-05-03 19:07:34','','swansonfavicon','','inherit','open','closed','','swansonfavicon','','','2024-05-03 19:07:34','2024-05-03 19:07:34','',0,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/swansonfavicon.png',0,'attachment','image/png',0),(132,1,'2024-05-03 19:07:38','2024-05-03 19:07:38','https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/cropped-swansonfavicon.png','cropped-swansonfavicon.png','','inherit','open','closed','','cropped-swansonfavicon-png','','','2024-05-03 19:07:38','2024-05-03 19:07:38','',0,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/cropped-swansonfavicon.png',0,'attachment','image/png',0),(134,1,'2024-05-03 19:14:55','2024-05-03 19:14:55','','cropped-SDlogoSmall-32x32','','inherit','open','closed','','cropped-sdlogosmall-32x32','','','2024-05-03 19:14:55','2024-05-03 19:14:55','',0,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/cropped-SDlogoSmall-32x32-1.png',0,'attachment','image/png',0),(136,1,'2024-05-03 19:51:13','2024-05-03 19:51:13',' ','','','publish','closed','closed','','136','','','2024-05-03 19:51:13','2024-05-03 19:51:13','',0,'https://swansonreno.wpenginepowered.com/?p=136',5,'nav_menu_item','',0),(137,1,'2024-05-03 19:51:13','2024-05-03 19:51:13',' ','','','publish','closed','closed','','137','','','2024-05-03 19:51:13','2024-05-03 19:51:13','',0,'https://swansonreno.wpenginepowered.com/?p=137',4,'nav_menu_item','',0),(138,1,'2024-05-03 19:51:13','2024-05-03 19:51:13',' ','','','publish','closed','closed','','138','','','2024-05-03 19:51:13','2024-05-03 19:51:13','',0,'https://swansonreno.wpenginepowered.com/?p=138',2,'nav_menu_item','',0),(139,1,'2024-05-03 19:51:13','2024-05-03 19:51:13',' ','','','publish','closed','closed','','139','','','2024-05-03 19:51:13','2024-05-03 19:51:13','',0,'https://swansonreno.wpenginepowered.com/?p=139',1,'nav_menu_item','',0),(140,1,'2024-05-03 19:51:13','2024-05-03 19:51:13',' ','','','publish','closed','closed','','140','','','2024-05-03 19:51:13','2024-05-03 19:51:13','',0,'https://swansonreno.wpenginepowered.com/?p=140',3,'nav_menu_item','',0),(143,1,'2024-05-10 02:12:44','2024-05-10 02:12:44','','office','','inherit','open','closed','','office','','','2024-05-10 02:12:44','2024-05-10 02:12:44','',21,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/office.png',0,'attachment','image/png',0),(146,1,'2024-05-10 02:21:48','2024-05-10 02:21:48','','hello','','inherit','open','closed','','hello','','','2024-05-10 02:21:48','2024-05-10 02:21:48','',21,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/hello.png',0,'attachment','image/png',0),(148,1,'2024-05-10 02:34:31','2024-05-10 02:34:31','','block tests','','publish','closed','closed','','block-tests','','','2024-05-10 02:58:20','2024-05-10 02:58:20','',0,'https://swansonreno.wpenginepowered.com/?page_id=148',0,'page','',0),(150,1,'2024-05-13 19:40:18','2024-05-13 19:40:18','','DSC_9616','','inherit','open','closed','','dsc_9616','','','2024-05-13 19:40:18','2024-05-13 19:40:18','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/DSC_9616.jpg',0,'attachment','image/jpeg',0),(151,1,'2024-05-13 19:52:48','2024-05-13 19:52:48','','DSC_4032 copy','','inherit','open','closed','','dsc_4032-copy','','','2024-05-13 19:52:48','2024-05-13 19:52:48','',73,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/DSC_4032-copy.jpg',0,'attachment','image/jpeg',0),(152,1,'2024-05-13 19:54:18','2024-05-13 19:54:18','','DSC_4165 copy','','inherit','open','closed','','dsc_4165-copy','','','2024-05-13 19:54:18','2024-05-13 19:54:18','',71,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/DSC_4165-copy.jpg',0,'attachment','image/jpeg',0),(153,1,'2024-05-13 19:55:18','2024-05-13 19:55:18','','DSC_4191 copy','','inherit','open','closed','','dsc_4191-copy','','','2024-05-13 19:55:18','2024-05-13 19:55:18','',70,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/DSC_4191-copy.jpg',0,'attachment','image/jpeg',0),(154,1,'2024-05-13 19:58:51','2024-05-13 19:58:51','<!-- wp:carbon-fields/hero {\"data\":{\"background\":35,\"text\":\"\\u003ch1\\u003ePreventative Dental Care at Swanson Dental Group\\u003c/h1\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group in Reno, Nevada, we believe that prevention is the cornerstone of good oral health. Our preventative dental care services are designed to help our patients achieve and maintain healthy smiles for life. From routine teeth cleanings to specialized treatments, we are committed to providing personalized care that meets the unique needs of each individual.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/services-overview {\"data\":{\"service_category\":\"preventative_care\",\"image\":151,\"text\":\"\\u003ch2\\u003eWhy Preventative Care Matters\\u003c/h2\\u003e\\n\\u003cp\\u003ePreventative dental care plays a crucial role in safeguarding your oral health and overall well-being. By taking proactive measures to prevent dental problems before they arise, you can avoid costly and invasive treatments down the road. Regular dental check-ups and cleanings are essential for detecting issues early and addressing them promptly, ensuring that your smile remains healthy and beautiful.\\u003c/p\\u003e\"}} /-->\n\n<!-- wp:carbon-fields/blue-banner {\"data\":{\"text\":\"\\u003ch2\\u003eYour Local Reno, NV Partner in Oral Health\\u003c/h2\\u003e\\n\\u003cp\\u003eAt Swanson Dental Group, we are committed to being your partner in oral health. Our compassionate dental team will work closely with you to develop a personalized preventative care plan that meets your needs and fits your lifestyle. Whether you\'re due for a routine cleaning or require more advanced treatment, you can trust us to provide the highest quality care in a warm and welcoming environment.\\u003c/p\\u003e\\n\\u003cp\\u003eTake the first step toward a healthier smile today. Schedule your preventative care appointment with Swanson Dental Group and experience the difference that comprehensive dental care can make.\\u003c/p\\u003e\",\"image\":65}} /-->\n\n<!-- wp:block {\"ref\":58} /-->','Preventative Care','','inherit','closed','closed','','73-autosave-v1','','','2024-05-13 19:58:51','2024-05-13 19:58:51','',73,'https://swansonreno.wpenginepowered.com/?p=154',0,'revision','',0),(156,1,'2024-05-13 20:23:11','2024-05-13 20:23:11','','DSC_8643 copy','','inherit','open','closed','','dsc_8643-copy','','','2024-05-13 20:23:11','2024-05-13 20:23:11','',92,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_8643-copy.jpg',0,'attachment','image/jpeg',0),(157,1,'2024-05-13 20:26:03','2024-05-13 20:26:03','','DSC_4154 copy','','inherit','open','closed','','dsc_4154-copy','','','2024-05-13 20:26:03','2024-05-13 20:26:03','',93,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_4154-copy.jpg',0,'attachment','image/jpeg',0),(158,1,'2024-05-13 20:27:31','2024-05-13 20:27:31','','DSC_9446 copy','','inherit','open','closed','','dsc_9446-copy','','','2024-05-13 20:27:31','2024-05-13 20:27:31','',94,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_9446-copy.jpg',0,'attachment','image/jpeg',0),(159,1,'2024-05-13 20:32:40','2024-05-13 20:32:40','','DSC_8557-2 copy','','inherit','open','closed','','dsc_8557-2-copy','','','2024-05-13 20:32:40','2024-05-13 20:32:40','',96,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_8557-2-copy.jpg',0,'attachment','image/jpeg',0),(160,1,'2024-05-13 20:37:41','2024-05-13 20:37:41','','DSC_4043','','inherit','open','closed','','dsc_4043','','','2024-05-13 20:37:41','2024-05-13 20:37:41','',100,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_4043.jpg',0,'attachment','image/jpeg',0),(162,1,'2024-05-13 20:39:23','2024-05-13 20:39:23','','DSC_3994 copy','','inherit','open','closed','','dsc_3994-copy','','','2024-05-13 20:39:23','2024-05-13 20:39:23','',101,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_3994-copy.jpg',0,'attachment','image/jpeg',0),(163,1,'2024-05-13 20:40:48','2024-05-13 20:40:48','','DSC_8530 copy','','inherit','open','closed','','dsc_8530-copy','','','2024-05-13 20:40:48','2024-05-13 20:40:48','',102,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_8530-copy.jpg',0,'attachment','image/jpeg',0),(164,1,'2024-05-13 20:50:51','2024-05-13 20:50:51','','dental_cleanings_header_image','','inherit','open','closed','','dental_cleanings_header_image','','','2024-05-13 20:50:51','2024-05-13 20:50:51','',92,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/dental_cleanings_header_image.jpg',0,'attachment','image/jpeg',0),(165,1,'2024-05-13 20:51:03','2024-05-13 20:51:03','','dental_cleanings_small_image','','inherit','open','closed','','dental_cleanings_small_image','','','2024-05-13 20:51:03','2024-05-13 20:51:03','',92,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/dental_cleanings_small_image.jpg',0,'attachment','image/jpeg',0),(166,1,'2024-05-13 20:53:05','2024-05-13 20:53:05','','DSC_8679-2 copy','','inherit','open','closed','','dsc_8679-2-copy','','','2024-05-13 20:53:05','2024-05-13 20:53:05','',94,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_8679-2-copy.jpg',0,'attachment','image/jpeg',0),(167,1,'2024-05-13 21:01:31','2024-05-13 21:01:31','','composite_resin_main-2-topaz-enhance-4x','','inherit','open','closed','','composite_resin_main-2-topaz-enhance-4x','','','2024-05-13 21:01:31','2024-05-13 21:01:31','',95,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/composite_resin_main-2-topaz-enhance-4x.jpeg',0,'attachment','image/jpeg',0),(168,1,'2024-05-13 21:07:43','2024-05-13 21:07:43','','DSC_9386','','inherit','open','closed','','dsc_9386','','','2024-05-13 21:07:43','2024-05-13 21:07:43','',99,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_9386.jpg',0,'attachment','image/jpeg',0),(170,1,'2024-05-13 21:11:28','2024-05-13 21:11:28','','DSC_9396 copy','','inherit','open','closed','','dsc_9396-copy','','','2024-05-13 21:11:28','2024-05-13 21:11:28','',97,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_9396-copy.jpg',0,'attachment','image/jpeg',0),(171,1,'2024-05-13 21:16:20','2024-05-13 21:16:20','','DSC_4154 copy 2','','inherit','open','closed','','dsc_4154-copy-2','','','2024-05-13 21:16:20','2024-05-13 21:16:20','',98,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/04/DSC_4154-copy-2.jpg',0,'attachment','image/jpeg',0),(172,1,'2024-05-13 21:22:12','2024-05-13 21:22:12','','DSC_8671','','inherit','open','closed','','dsc_8671','','','2024-05-13 21:22:12','2024-05-13 21:22:12','',111,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2021/09/DSC_8671.jpg',0,'attachment','image/jpeg',0),(174,1,'2024-05-21 23:40:26','2024-05-21 23:40:26','<!-- wp:carbon-fields/reviews {\"data\":{\"background\":10,\"reviews\":[{\"_id\":\"cf-zR_9u77Or9DnkEZf3ssXw\",\"_type\":\"_\",\"text\":\"\\u003cp\\u003eHaving been in the dental field for over ten years, I appreciate and value high quality dentistry. Dr. Garrett Swanson not only has amazing bed-side manner but his attention to detail, perfectionism, and genuine interest in his patients\' health makes his dentistry and service exceptional...\\u003c/p\\u003e\",\"source\":\"Brigette S.\"},{\"_id\":\"cf-qbrRQ85H1ePcNeUylV97q\",\"_type\":\"_\",\"text\":\"\\u003cp\\u003eI love Swanson Dental! Dr. Swanson is a people person and he cares about his patients and how they are doing. He doesnt try to push procedures for the extra money and he explains every option. He is the ONLY Dentist who has been able to get me numb the first time, rather than me having to stop and ask for more. All around, the hygienist and the staff are very Professional and kind and know what they\'re doing here! I highly recommend this Office!\\u003c/p\\u003e\",\"source\":\"Sarah C.\"},{\"_id\":\"cf-C_bzIMzR_bjAYoUkkbxwD\",\"_type\":\"_\",\"text\":\"\\u003cp\\u003eThis place makes trips to the dentist pleasant and uplifting! I recommend them to anyone and everyone. Dr. Garrett Swanson is patient, encouraging and all around the best dentist I’ve ever seen. What’s more - the staff are all just as awesome! Would give 6 stars if I could!\\u003c/p\\u003e\",\"source\":\"Shannie M.\"}]}} /-->','Reviews','','inherit','closed','closed','','32-autosave-v1','','','2024-05-21 23:40:26','2024-05-21 23:40:26','',32,'https://swansonreno.wpenginepowered.com/?p=174',0,'revision','',0),(175,1,'2024-05-28 22:54:58','2024-05-28 22:54:58','','homepagehero','','inherit','open','closed','','homepagehero','','','2024-05-28 22:54:58','2024-05-28 22:54:58','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/homepagehero.jpg',0,'attachment','image/jpeg',0),(176,1,'2024-05-28 22:55:44','2024-05-28 22:55:44','','aboutpagehero','','inherit','open','closed','','aboutpagehero','','','2024-05-28 22:55:44','2024-05-28 22:55:44','',20,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/aboutpagehero.jpg',0,'attachment','image/jpeg',0),(177,1,'2024-05-28 22:56:33','2024-05-28 22:56:33','','garrett','','inherit','open','closed','','garrett','','','2024-05-28 22:56:33','2024-05-28 22:56:33','',20,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/garrett.jpg',0,'attachment','image/jpeg',0),(178,1,'2024-05-28 23:01:02','2024-05-28 23:01:02','','staff','','inherit','open','closed','','staff','','','2024-05-28 23:01:02','2024-05-28 23:01:02','',20,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/05/staff.jpg',0,'attachment','image/jpeg',0),(179,1,'2024-06-03 21:08:47','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-06-03 21:08:47','0000-00-00 00:00:00','',0,'https://swansonreno.wpenginepowered.com/?p=179',0,'post','',0),(180,1,'2024-06-03 21:11:12','2024-06-03 21:11:12','','swansonstaff','','inherit','open','closed','','swansonstaff','','','2024-06-03 21:11:12','2024-06-03 21:11:12','',20,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/06/swansonstaff.jpg',0,'attachment','image/jpeg',0),(181,1,'2024-06-03 22:04:43','2024-06-03 22:04:43','','swansonhomehero2','','inherit','open','closed','','swansonhomehero2','','','2024-06-03 22:04:43','2024-06-03 22:04:43','',7,'https://swansonreno.wpenginepowered.com/wp-content/uploads/2024/06/swansonhomehero2.jpg',0,'attachment','image/jpeg',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
`object_id` bigint unsigned NOT NULL DEFAULT '0',
`term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
`term_order` int NOT NULL DEFAULT '0',
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (22,2,0),(23,2,0),(24,2,0),(25,2,0),(26,3,0),(27,3,0),(28,3,0),(29,3,0),(38,3,0),(61,4,0),(89,1,0),(92,5,0),(93,5,0),(94,5,0),(95,6,0),(96,6,0),(97,6,0),(98,6,0),(99,6,0),(100,7,0),(101,7,0),(102,7,0),(103,4,0),(108,1,0),(109,1,0),(111,1,0),(113,1,0),(115,1,0),(117,1,0),(129,9,0),(130,9,0),(136,10,0),(137,10,0),(138,10,0),(139,10,0),(140,10,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
`parent` bigint unsigned NOT NULL DEFAULT '0',
`count` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,3),(2,2,'nav_menu','',0,4),(3,3,'nav_menu','',0,5),(4,4,'category','',0,2),(5,5,'category','',0,3),(6,6,'category','',0,5),(7,7,'category','',0,3),(8,8,'flamingo_inbound_channel','',0,0),(9,9,'flamingo_inbound_channel','',8,2),(10,10,'nav_menu','',0,5);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`term_group` bigint NOT NULL DEFAULT '0',
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Main Menu','main-menu',0),(3,'Footer Nav','footer-nav',0),(4,'Specialty Services','specialty-services',0),(5,'Preventative Care','preventative-care',0),(6,'Restorative Treatments','restorative-treatments',0),(7,'Cosmetic Dentistry','cosmetic-dentistry',0),(8,'Contact Form 7','contact-form-7',0),(9,'Schedule an Appointment','contact-form-1',0),(10,'Mobile Menu','mobile-menu',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint unsigned NOT NULL DEFAULT '0',
`meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
`meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','swansonreno'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'default_password_nag','1'),(16,1,'show_welcome_panel','1'),(17,1,'session_tokens','a:1:{s:64:\"11350df0445e132aee58892985ced68fc5d42ae22f5ebd7e697b8068ac6a87b0\";a:4:{s:10:\"expiration\";i:1717621726;s:2:\"ip\";s:15:\"162.211.155.138\";s:2:\"ua\";s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Safari/605.1.15\";s:5:\"login\";i:1717448926;}}'),(18,1,'wp_dashboard_quick_press_last_post_id','179'),(19,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"162.211.155.0\";}'),(20,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:14:\"featured-image\";}}s:9:\"_modified\";s:24:\"2024-04-30T22:54:37.606Z\";}'),(21,1,'wp_user-settings','libraryContent=browse&editor=html&urlbutton=none&imgsize=full'),(22,1,'wp_user-settings-time','1716936880'),(23,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(24,1,'metaboxhidden_nav-menus','a:1:{i:0;s:12:\"add-post_tag\";}'),(25,1,'nav_menu_recently_edited','10'),(26,1,'show_per_page','25');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
`user_status` int NOT NULL DEFAULT '0',
`display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'swansonreno','$P$B2/au0tCJBZ/SRA2mAKaMwv20nYAID1','swansonreno','edpalmquist@gmail.com','https://swansonreno.wpenginepowered.com','2024-04-05 16:15:38','',0,'swansonreno');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Dumping events for database 'wp_swansonreno'
--
--
-- Dumping routines for database 'wp_swansonreno'
--
/*!50112 SET @disable_bulk_load = IF (@is_rocksdb_supported, 'SET SESSION rocksdb_bulk_load = @old_rocksdb_bulk_load', 'SET @dummy_rocksdb_bulk_load = 0') */;
/*!50112 PREPARE s FROM @disable_bulk_load */;
/*!50112 EXECUTE s */;
/*!50112 DEALLOCATE PREPARE s */;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed